Upload folder using huggingface_hub
Browse files- .gitattributes +4 -56
- README.md +81 -0
- dataset.json +130 -0
- dataset/data.jsonl +16 -0
- dataset/images/chosen/0001.png +3 -0
- dataset/images/chosen/0002.png +3 -0
- dataset/images/chosen/0003.png +3 -0
- dataset/images/chosen/0004.png +3 -0
- dataset/images/chosen/0005.png +3 -0
- dataset/images/chosen/0006.png +3 -0
- dataset/images/chosen/0007.png +3 -0
- dataset/images/chosen/0008.png +3 -0
- dataset/images/chosen/0009.png +3 -0
- dataset/images/chosen/0010.png +3 -0
- dataset/images/chosen/0011.png +3 -0
- dataset/images/chosen/0012.png +3 -0
- dataset/images/chosen/0015.png +3 -0
- dataset/images/chosen/0016.png +3 -0
- dataset/images/chosen/0017.png +3 -0
- dataset/images/chosen/0018.png +3 -0
- dataset/metadata/0001.json +8 -0
- dataset/metadata/0002.json +8 -0
- dataset/metadata/0003.json +8 -0
- dataset/metadata/0004.json +8 -0
- dataset/metadata/0005.json +8 -0
- dataset/metadata/0006.json +8 -0
- dataset/metadata/0007.json +8 -0
- dataset/metadata/0008.json +8 -0
- dataset/metadata/0009.json +8 -0
- dataset/metadata/0010.json +8 -0
- dataset/metadata/0011.json +8 -0
- dataset/metadata/0012.json +8 -0
- dataset/metadata/0015.json +8 -0
- dataset/metadata/0016.json +8 -0
- dataset/metadata/0017.json +8 -0
- dataset/metadata/0018.json +8 -0
- dataset_info.json +34 -0
- entries.json +130 -0
.gitattributes
CHANGED
|
@@ -1,59 +1,7 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
# Audio files - uncompressed
|
| 39 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
# Audio files - compressed
|
| 43 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
# Image files - uncompressed
|
| 49 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
# Image files - compressed
|
| 54 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.
|
| 57 |
-
|
| 58 |
-
*.
|
| 59 |
-
*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 2 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
size_categories:
|
| 8 |
+
- n<1K
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Diffusion Studio Generations
|
| 12 |
+
|
| 13 |
+
This dataset contains 16 high-quality AI-generated images created using various diffusion models. Each image is accompanied by detailed prompts and model information, showcasing different styles and techniques in AI image generation.
|
| 14 |
+
|
| 15 |
+
## Dataset Description
|
| 16 |
+
|
| 17 |
+
- **Curated by:** shodiBoy
|
| 18 |
+
- **Language:** English
|
| 19 |
+
- **License:** MIT
|
| 20 |
+
- **Size:** 16 images
|
| 21 |
+
- **Task:** Image Generation
|
| 22 |
+
- **Repository:** diffusion_studio_generations
|
| 23 |
+
|
| 24 |
+
## Dataset Structure
|
| 25 |
+
|
| 26 |
+
Each entry in the dataset contains:
|
| 27 |
+
|
| 28 |
+
- `id`: Unique identifier for the entry
|
| 29 |
+
- `prompt`: Detailed text prompt used to generate the image
|
| 30 |
+
- `image`: Path to the generated image
|
| 31 |
+
- `model`: AI model used to generate the image
|
| 32 |
+
- `category`: Main category of the image (Sports, Fashion, Cinematic)
|
| 33 |
+
- `sub_category`: More specific classification
|
| 34 |
+
|
| 35 |
+
## Models Used
|
| 36 |
+
|
| 37 |
+
- **flux-1-1-pro**: Black Forest Labs FLUX.1 Pro model
|
| 38 |
+
- **GPT-IMAGE-1**: OpenAI's GPT Image Generation model
|
| 39 |
+
- **RECRAFT-V3**: Recraft V3 model
|
| 40 |
+
|
| 41 |
+
## Image Categories
|
| 42 |
+
|
| 43 |
+
The dataset includes various types of images:
|
| 44 |
+
- **Sports**: Alpine/skiing scenes, basketball action shots
|
| 45 |
+
- **Fashion**: Portraits, avant-garde fashion photography
|
| 46 |
+
- **Cinematic**: Sci-fi scenes, urban photography, vintage aesthetics
|
| 47 |
+
|
| 48 |
+
## Usage
|
| 49 |
+
|
| 50 |
+
This dataset can be used for:
|
| 51 |
+
- Training image generation models
|
| 52 |
+
- Prompt engineering research
|
| 53 |
+
- Model comparison studies
|
| 54 |
+
- Computer vision research
|
| 55 |
+
- Style analysis and categorization
|
| 56 |
+
|
| 57 |
+
## File Structure
|
| 58 |
+
|
| 59 |
+
```
|
| 60 |
+
dataset/
|
| 61 |
+
├── images/
|
| 62 |
+
│ └── chosen/ # Generated images (16 files)
|
| 63 |
+
├── metadata/ # Individual JSON files for each image
|
| 64 |
+
├── dataset.json # Main dataset file with all entries
|
| 65 |
+
├── dataset_info.json # Dataset metadata
|
| 66 |
+
└── README.md # This file
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
## Citation
|
| 70 |
+
|
| 71 |
+
If you use this dataset in your research, please cite:
|
| 72 |
+
|
| 73 |
+
```bibtex
|
| 74 |
+
@dataset{diffusion_studio_generations_2024,
|
| 75 |
+
author = {shodiBoy},
|
| 76 |
+
title = {Diffusion Studio Generations},
|
| 77 |
+
year = {2024},
|
| 78 |
+
publisher = {Hugging Face},
|
| 79 |
+
url = {https://huggingface.co/datasets/shodiBoy/diffusion_studio_generations}
|
| 80 |
+
}
|
| 81 |
+
```
|
dataset.json
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "0001",
|
| 4 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 5 |
+
"image": "images/chosen/0001.png",
|
| 6 |
+
"model": "flux-1-1-pro",
|
| 7 |
+
"category": "Sports",
|
| 8 |
+
"sub_category": "Alpine/Skiing"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "0002",
|
| 12 |
+
"prompt": "A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 13 |
+
"image": "images/chosen/0002.png",
|
| 14 |
+
"model": "flux-1-1-pro",
|
| 15 |
+
"category": "Sports",
|
| 16 |
+
"sub_category": "Alpine/Skiing"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"id": "0003",
|
| 20 |
+
"prompt": ": A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 21 |
+
"image": "images/chosen/0003.png",
|
| 22 |
+
"model": "flux-1-1-pro",
|
| 23 |
+
"category": "Sports",
|
| 24 |
+
"sub_category": "Alpine/Skiing"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"id": "0004",
|
| 28 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 29 |
+
"image": "images/chosen/0004.png",
|
| 30 |
+
"model": "flux-1-1-pro",
|
| 31 |
+
"category": "Sports",
|
| 32 |
+
"sub_category": "Alpine/Skiing"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"id": "0005",
|
| 36 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 37 |
+
"image": "images/chosen/0005.png",
|
| 38 |
+
"model": "flux-1-1-pro",
|
| 39 |
+
"category": "Sports",
|
| 40 |
+
"sub_category": "Alpine/Skiing"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"id": "0006",
|
| 44 |
+
"prompt": "A hyper-realistic photo of a mountaineer standing confidently on a snowy mountain slope, dressed in full black alpine gear. The person is wearing a matte black Arc'teryx hardshell jacket with visible zipper details and subtle fabric folds, black ski gloves, and a windproof hood fully covering the head. The face is entirely concealed by a black balaclava and a pair of reflective ski goggles.",
|
| 45 |
+
"image": "images/chosen/0006.png",
|
| 46 |
+
"model": "flux-1-1-pro",
|
| 47 |
+
"category": "Sports",
|
| 48 |
+
"sub_category": "Alpine/Skiing"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "0007",
|
| 52 |
+
"prompt": "A hyper-realistic close-up portrait of a masked alpinist in matte black mountain gear and reflective ski goggles, standing in front of sharp snow-covered mountains. In the reflection of the ski goggles, include a subtle silhouette of a second person \u2014 the photographer \u2014 wearing similar alpine gear in dark colors, holding up an iPhone with both gloved hands to take the photo. The photographer's reflection should feature a black winter jacket, gloves with visible texture, and a hood pulled up. The iPhone should be clearly visible but not dominating \u2014 just enough to suggest the selfie/photo moment. Light snow fog in the air. The reflection should have slight distortion and natural light bloom, complementing the curve and surface of the ski goggles. Colors must remain muted and cold \u2014 icy blues, greys, black \u2014 with realistic ambient mountain lighting and soft shadows. Avoid strong contrast or AI-like stylization. Make the entire scene appear captured with a Sony Alpha full-frame camera at high altitude, professional fashion-outdoor editorial style. Vertical 3:4 format.",
|
| 53 |
+
"image": "images/chosen/0007.png",
|
| 54 |
+
"model": "flux-1-1-pro",
|
| 55 |
+
"category": "Sports",
|
| 56 |
+
"sub_category": "Alpine/Skiing"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"id": "0008",
|
| 60 |
+
"prompt": "A playful yet refined top-down portrait of a white woman with porcelain skin and short, platinum blonde bob haircut, seated on a velvet ottoman in a minimalist all-white studio. Wearing a structured vintage-inspired tea dress in soft yellow silk with puff sleeves, heels with pearl-embellished straps. Chin tilted slightly, lips parted. Fisheye lens (18mm) for artistic effect. Retro white cat-eye sunglasses, thin gold hoops, peach-toned makeup. Slight motion blur adjusting a shoe strap. Natural diffused window light. Shot on Sony A7 III, styled like an indie fashion magazine cover.",
|
| 61 |
+
"image": "images/chosen/0008.png",
|
| 62 |
+
"model": "GPT-IMAGE-1",
|
| 63 |
+
"category": "Fashion",
|
| 64 |
+
"sub_category": "Portrait"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": "0009",
|
| 68 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 69 |
+
"image": "images/chosen/0009.png",
|
| 70 |
+
"model": "flux-1-1-pro",
|
| 71 |
+
"category": "Sports",
|
| 72 |
+
"sub_category": "Alpine/Skiing"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": "0010",
|
| 76 |
+
"prompt": "An expressive, motion-blurred image of a basketball player mid-air during a slam dunk on an indoor court. The camera captures the moment from below at an angle, emphasizing height and flight. Wearing a black sleeveless jersey and shorts, muscles flexed, with motion blur trailing his legs and arms as he nears the hoop. The net bends slightly from anticipation. Strong indoor spotlights create rim lighting along his shoulders and arms, while the hardwood floor and blurred background of the stadium amplify the drama. The shot is styled like a sports couture editorial \u2014 raw energy meets stylized elegance.",
|
| 77 |
+
"image": "images/chosen/0010.png",
|
| 78 |
+
"model": "GPT-IMAGE-1",
|
| 79 |
+
"category": "Sports",
|
| 80 |
+
"sub_category": "Basketball"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"id": "0011",
|
| 84 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 85 |
+
"image": "images/chosen/0011.png",
|
| 86 |
+
"model": "GTP-IMAGE-1",
|
| 87 |
+
"category": "Fashion",
|
| 88 |
+
"sub_category": "Avant-garde"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "0012",
|
| 92 |
+
"prompt": "A man in a dark coat stands next to a futuristic vehicle, facing a massive sci-fi skyline deep in an orange desert storm. The entire frame is unified in amber-orange monochrome tones, with glowing atmospheric fog. Ruined structures and monoliths rise in the background. Wide-angle cinematic shot, soft grain, matte texture.",
|
| 93 |
+
"image": "images/chosen/0012.png",
|
| 94 |
+
"model": "RECRAFT-V3",
|
| 95 |
+
"category": "Cinematic",
|
| 96 |
+
"sub_category": "Sci-fi"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": "0015",
|
| 100 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 101 |
+
"image": "images/chosen/0015.png",
|
| 102 |
+
"model": "GTP-IMAGE-1",
|
| 103 |
+
"category": "Fashion",
|
| 104 |
+
"sub_category": "Avant-garde"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"id": "0016",
|
| 108 |
+
"prompt": "A vintage sports car parked at the edge of a cliff, its taillights glowing red against a dusky sky. Fog rolls over the edge, illuminated by the fading sunlight and blue horizon. Shot from low angle. Motion blur in the clouds, grainy VHS film aesthetic, glowing red-orange reflections.",
|
| 109 |
+
"image": "images/chosen/0016.png",
|
| 110 |
+
"model": "GPT-IMAGE-1",
|
| 111 |
+
"category": "Cinematic",
|
| 112 |
+
"sub_category": "Vintage"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": "0017",
|
| 116 |
+
"prompt": "A payphone on a street corner in the rain, under a buzzing street lamp. No one is around. The street is glossy and reflects orange and violet hues. Shot from across the street, shallow focus, analog ISO look, mystery cinematic aesthetic.",
|
| 117 |
+
"image": "images/chosen/0017.png",
|
| 118 |
+
"model": "GPT-IMAGE-1",
|
| 119 |
+
"category": "Cinematic",
|
| 120 |
+
"sub_category": "Urban"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": "0018",
|
| 124 |
+
"prompt": "A small convenience store at midnight with all its interior lights spilling onto the empty sidewalk. A lone figure stands near the vending machine, barely visible in the colored fog. Cyan and orange dominate the color palette. Shot on film, soft-focused edges, heavy bloom.",
|
| 125 |
+
"image": "images/chosen/0018.png",
|
| 126 |
+
"model": "GPT-IMAGE-1",
|
| 127 |
+
"category": "Cinematic",
|
| 128 |
+
"sub_category": "Urban"
|
| 129 |
+
}
|
| 130 |
+
]
|
dataset/data.jsonl
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "0001", "prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.", "image": "images/chosen/0001.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 2 |
+
{"id": "0002", "prompt": "A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.", "image": "images/chosen/0002.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 3 |
+
{"id": "0003", "prompt": ": A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.", "image": "images/chosen/0003.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 4 |
+
{"id": "0004", "prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.", "image": "images/chosen/0004.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 5 |
+
{"id": "0005", "prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.", "image": "images/chosen/0005.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 6 |
+
{"id": "0006", "prompt": "A hyper-realistic photo of a mountaineer standing confidently on a snowy mountain slope, dressed in full black alpine gear. The person is wearing a matte black Arc'teryx hardshell jacket with visible zipper details and subtle fabric folds, black ski gloves, and a windproof hood fully covering the head. The face is entirely concealed by a black balaclava and a pair of reflective ski goggles.", "image": "images/chosen/0006.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 7 |
+
{"id": "0007", "prompt": "A hyper-realistic close-up portrait of a masked alpinist in matte black mountain gear and reflective ski goggles, standing in front of sharp snow-covered mountains. In the reflection of the ski goggles, include a subtle silhouette of a second person — the photographer — wearing similar alpine gear in dark colors, holding up an iPhone with both gloved hands to take the photo. The photographer's reflection should feature a black winter jacket, gloves with visible texture, and a hood pulled up. The iPhone should be clearly visible but not dominating — just enough to suggest the selfie/photo moment. Light snow fog in the air. The reflection should have slight distortion and natural light bloom, complementing the curve and surface of the ski goggles. Colors must remain muted and cold — icy blues, greys, black — with realistic ambient mountain lighting and soft shadows. Avoid strong contrast or AI-like stylization. Make the entire scene appear captured with a Sony Alpha full-frame camera at high altitude, professional fashion-outdoor editorial style. Vertical 3:4 format.", "image": "images/chosen/0007.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 8 |
+
{"id": "0008", "prompt": "A playful yet refined top-down portrait of a white woman with porcelain skin and short, platinum blonde bob haircut, seated on a velvet ottoman in a minimalist all-white studio. Wearing a structured vintage-inspired tea dress in soft yellow silk with puff sleeves, heels with pearl-embellished straps. Chin tilted slightly, lips parted. Fisheye lens (18mm) for artistic effect. Retro white cat-eye sunglasses, thin gold hoops, peach-toned makeup. Slight motion blur adjusting a shoe strap. Natural diffused window light. Shot on Sony A7 III, styled like an indie fashion magazine cover.", "image": "images/chosen/0008.png", "model": "GPT-IMAGE-1", "category": "Fashion", "sub_category": "Portrait"}
|
| 9 |
+
{"id": "0009", "prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.", "image": "images/chosen/0009.png", "model": "flux-1-1-pro", "category": "Sports", "sub_category": "Alpine/Skiing"}
|
| 10 |
+
{"id": "0010", "prompt": "An expressive, motion-blurred image of a basketball player mid-air during a slam dunk on an indoor court. The camera captures the moment from below at an angle, emphasizing height and flight. Wearing a black sleeveless jersey and shorts, muscles flexed, with motion blur trailing his legs and arms as he nears the hoop. The net bends slightly from anticipation. Strong indoor spotlights create rim lighting along his shoulders and arms, while the hardwood floor and blurred background of the stadium amplify the drama. The shot is styled like a sports couture editorial — raw energy meets stylized elegance.", "image": "images/chosen/0010.png", "model": "GPT-IMAGE-1", "category": "Sports", "sub_category": "Basketball"}
|
| 11 |
+
{"id": "0011", "prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.", "image": "images/chosen/0011.png", "model": "GTP-IMAGE-1", "category": "Fashion", "sub_category": "Avant-garde"}
|
| 12 |
+
{"id": "0012", "prompt": "A man in a dark coat stands next to a futuristic vehicle, facing a massive sci-fi skyline deep in an orange desert storm. The entire frame is unified in amber-orange monochrome tones, with glowing atmospheric fog. Ruined structures and monoliths rise in the background. Wide-angle cinematic shot, soft grain, matte texture.", "image": "images/chosen/0012.png", "model": "RECRAFT-V3", "category": "Cinematic", "sub_category": "Sci-fi"}
|
| 13 |
+
{"id": "0015", "prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.", "image": "images/chosen/0015.png", "model": "GTP-IMAGE-1", "category": "Fashion", "sub_category": "Avant-garde"}
|
| 14 |
+
{"id": "0016", "prompt": "A vintage sports car parked at the edge of a cliff, its taillights glowing red against a dusky sky. Fog rolls over the edge, illuminated by the fading sunlight and blue horizon. Shot from low angle. Motion blur in the clouds, grainy VHS film aesthetic, glowing red-orange reflections.", "image": "images/chosen/0016.png", "model": "GPT-IMAGE-1", "category": "Cinematic", "sub_category": "Vintage"}
|
| 15 |
+
{"id": "0017", "prompt": "A payphone on a street corner in the rain, under a buzzing street lamp. No one is around. The street is glossy and reflects orange and violet hues. Shot from across the street, shallow focus, analog ISO look, mystery cinematic aesthetic.", "image": "images/chosen/0017.png", "model": "GPT-IMAGE-1", "category": "Cinematic", "sub_category": "Urban"}
|
| 16 |
+
{"id": "0018", "prompt": "A small convenience store at midnight with all its interior lights spilling onto the empty sidewalk. A lone figure stands near the vending machine, barely visible in the colored fog. Cyan and orange dominate the color palette. Shot on film, soft-focused edges, heavy bloom.", "image": "images/chosen/0018.png", "model": "GPT-IMAGE-1", "category": "Cinematic", "sub_category": "Urban"}
|
dataset/images/chosen/0001.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0002.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0003.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0004.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0005.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0006.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0007.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0008.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0009.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0010.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0011.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0012.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0015.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0016.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0017.png
ADDED
|
Git LFS Details
|
dataset/images/chosen/0018.png
ADDED
|
Git LFS Details
|
dataset/metadata/0001.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0001",
|
| 3 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 4 |
+
"image": "images/chosen/0001.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0002.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0002",
|
| 3 |
+
"prompt": "A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 4 |
+
"image": "images/chosen/0002.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0003.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0003",
|
| 3 |
+
"prompt": ": A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 4 |
+
"image": "images/chosen/0003.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0004.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0004",
|
| 3 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 4 |
+
"image": "images/chosen/0004.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0005.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0005",
|
| 3 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 4 |
+
"image": "images/chosen/0005.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0006.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0006",
|
| 3 |
+
"prompt": "A hyper-realistic photo of a mountaineer standing confidently on a snowy mountain slope, dressed in full black alpine gear. The person is wearing a matte black Arc'teryx hardshell jacket with visible zipper details and subtle fabric folds, black ski gloves, and a windproof hood fully covering the head. The face is entirely concealed by a black balaclava and a pair of reflective ski goggles.",
|
| 4 |
+
"image": "images/chosen/0006.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0007.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0007",
|
| 3 |
+
"prompt": "A hyper-realistic close-up portrait of a masked alpinist in matte black mountain gear and reflective ski goggles, standing in front of sharp snow-covered mountains. In the reflection of the ski goggles, include a subtle silhouette of a second person \u2014 the photographer \u2014 wearing similar alpine gear in dark colors, holding up an iPhone with both gloved hands to take the photo. The photographer's reflection should feature a black winter jacket, gloves with visible texture, and a hood pulled up. The iPhone should be clearly visible but not dominating \u2014 just enough to suggest the selfie/photo moment. Light snow fog in the air. The reflection should have slight distortion and natural light bloom, complementing the curve and surface of the ski goggles. Colors must remain muted and cold \u2014 icy blues, greys, black \u2014 with realistic ambient mountain lighting and soft shadows. Avoid strong contrast or AI-like stylization. Make the entire scene appear captured with a Sony Alpha full-frame camera at high altitude, professional fashion-outdoor editorial style. Vertical 3:4 format.",
|
| 4 |
+
"image": "images/chosen/0007.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0008.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0008",
|
| 3 |
+
"prompt": "A playful yet refined top-down portrait of a white woman with porcelain skin and short, platinum blonde bob haircut, seated on a velvet ottoman in a minimalist all-white studio. Wearing a structured vintage-inspired tea dress in soft yellow silk with puff sleeves, heels with pearl-embellished straps. Chin tilted slightly, lips parted. Fisheye lens (18mm) for artistic effect. Retro white cat-eye sunglasses, thin gold hoops, peach-toned makeup. Slight motion blur adjusting a shoe strap. Natural diffused window light. Shot on Sony A7 III, styled like an indie fashion magazine cover.",
|
| 4 |
+
"image": "images/chosen/0008.png",
|
| 5 |
+
"model": "GPT-IMAGE-1",
|
| 6 |
+
"category": "Fashion",
|
| 7 |
+
"sub_category": "Portrait"
|
| 8 |
+
}
|
dataset/metadata/0009.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0009",
|
| 3 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 4 |
+
"image": "images/chosen/0009.png",
|
| 5 |
+
"model": "flux-1-1-pro",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Alpine/Skiing"
|
| 8 |
+
}
|
dataset/metadata/0010.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0010",
|
| 3 |
+
"prompt": "An expressive, motion-blurred image of a basketball player mid-air during a slam dunk on an indoor court. The camera captures the moment from below at an angle, emphasizing height and flight. Wearing a black sleeveless jersey and shorts, muscles flexed, with motion blur trailing his legs and arms as he nears the hoop. The net bends slightly from anticipation. Strong indoor spotlights create rim lighting along his shoulders and arms, while the hardwood floor and blurred background of the stadium amplify the drama. The shot is styled like a sports couture editorial \u2014 raw energy meets stylized elegance.",
|
| 4 |
+
"image": "images/chosen/0010.png",
|
| 5 |
+
"model": "GPT-IMAGE-1",
|
| 6 |
+
"category": "Sports",
|
| 7 |
+
"sub_category": "Basketball"
|
| 8 |
+
}
|
dataset/metadata/0011.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0011",
|
| 3 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model\u2019s face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 4 |
+
"image": "images/chosen/0011.png",
|
| 5 |
+
"model": "GTP-IMAGE-1",
|
| 6 |
+
"category": "Fashion",
|
| 7 |
+
"sub_category": "Avant-garde"
|
| 8 |
+
}
|
dataset/metadata/0012.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0012",
|
| 3 |
+
"prompt": "A man in a dark coat stands next to a futuristic vehicle, facing a massive sci-fi skyline deep in an orange desert storm. The entire frame is unified in amber-orange monochrome tones, with glowing atmospheric fog. Ruined structures and monoliths rise in the background. Wide-angle cinematic shot, soft grain, matte texture.",
|
| 4 |
+
"image": "images/chosen/0012.png",
|
| 5 |
+
"model": "RECRAFT-V3",
|
| 6 |
+
"category": "Cinematic",
|
| 7 |
+
"sub_category": "Sci-fi"
|
| 8 |
+
}
|
dataset/metadata/0015.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0015",
|
| 3 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model\u2019s face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 4 |
+
"image": "images/chosen/0015.png",
|
| 5 |
+
"model": "GTP-IMAGE-1",
|
| 6 |
+
"category": "Fashion",
|
| 7 |
+
"sub_category": "Avant-garde"
|
| 8 |
+
}
|
dataset/metadata/0016.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0016",
|
| 3 |
+
"prompt": "A vintage sports car parked at the edge of a cliff, its taillights glowing red against a dusky sky. Fog rolls over the edge, illuminated by the fading sunlight and blue horizon. Shot from low angle. Motion blur in the clouds, grainy VHS film aesthetic, glowing red-orange reflections.",
|
| 4 |
+
"image": "images/chosen/0016.png",
|
| 5 |
+
"model": "GPT-IMAGE-1",
|
| 6 |
+
"category": "Cinematic",
|
| 7 |
+
"sub_category": "Vintage"
|
| 8 |
+
}
|
dataset/metadata/0017.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0017",
|
| 3 |
+
"prompt": "A payphone on a street corner in the rain, under a buzzing street lamp. No one is around. The street is glossy and reflects orange and violet hues. Shot from across the street, shallow focus, analog ISO look, mystery cinematic aesthetic.",
|
| 4 |
+
"image": "images/chosen/0017.png",
|
| 5 |
+
"model": "GPT-IMAGE-1",
|
| 6 |
+
"category": "Cinematic",
|
| 7 |
+
"sub_category": "Urban"
|
| 8 |
+
}
|
dataset/metadata/0018.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0018",
|
| 3 |
+
"prompt": "A small convenience store at midnight with all its interior lights spilling onto the empty sidewalk. A lone figure stands near the vending machine, barely visible in the colored fog. Cyan and orange dominate the color palette. Shot on film, soft-focused edges, heavy bloom.",
|
| 4 |
+
"image": "images/chosen/0018.png",
|
| 5 |
+
"model": "GPT-IMAGE-1",
|
| 6 |
+
"category": "Cinematic",
|
| 7 |
+
"sub_category": "Urban"
|
| 8 |
+
}
|
dataset_info.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "diffusion_studio_generations",
|
| 3 |
+
"dataset_type": "image",
|
| 4 |
+
"description": "A curated dataset containing 16 high-quality AI-generated images created using various diffusion models. Each image is accompanied by detailed prompts and model information, showcasing different styles and techniques in AI image generation.",
|
| 5 |
+
"license": "mit",
|
| 6 |
+
"tags": [
|
| 7 |
+
"image-generation",
|
| 8 |
+
"prompts",
|
| 9 |
+
"ai-generated",
|
| 10 |
+
"computer-vision",
|
| 11 |
+
"diffusion-models"
|
| 12 |
+
],
|
| 13 |
+
"size_categories": ["n<1K"],
|
| 14 |
+
"language": ["en"],
|
| 15 |
+
"task_categories": ["unconditional-image-generation"],
|
| 16 |
+
"task_ids": ["unconditional-image-generation"],
|
| 17 |
+
"features": {
|
| 18 |
+
"id": {"dtype": "string", "description": "Unique identifier for the entry"},
|
| 19 |
+
"prompt": {"dtype": "string", "description": "Prompt used for generation"},
|
| 20 |
+
"image": {"dtype": "string", "description": "Path to the generated image"},
|
| 21 |
+
"model": {"dtype": "string", "description": "Model used to generate the image"},
|
| 22 |
+
"category": {"dtype": "string", "description": "Main category"},
|
| 23 |
+
"sub_category": {"dtype": "string", "description": "More specific classification"}
|
| 24 |
+
},
|
| 25 |
+
"configs": [
|
| 26 |
+
{
|
| 27 |
+
"config_name": "default",
|
| 28 |
+
"version": "1.0.0",
|
| 29 |
+
"data_dir": "dataset",
|
| 30 |
+
"data_files": {"train": "data.jsonl"}
|
| 31 |
+
}
|
| 32 |
+
]
|
| 33 |
+
}
|
| 34 |
+
|
entries.json
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "0001",
|
| 4 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 5 |
+
"image": "images/chosen/0001.png",
|
| 6 |
+
"model": "flux-1-1-pro",
|
| 7 |
+
"category": "Sports",
|
| 8 |
+
"sub_category": "Alpine/Skiing"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "0002",
|
| 12 |
+
"prompt": "A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 13 |
+
"image": "images/chosen/0002.png",
|
| 14 |
+
"model": "flux-1-1-pro",
|
| 15 |
+
"category": "Sports",
|
| 16 |
+
"sub_category": "Alpine/Skiing"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"id": "0003",
|
| 20 |
+
"prompt": ": A skier in a black alpine jacket , matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 21 |
+
"image": "images/chosen/0003.png",
|
| 22 |
+
"model": "flux-1-1-pro",
|
| 23 |
+
"category": "Sports",
|
| 24 |
+
"sub_category": "Alpine/Skiing"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"id": "0004",
|
| 28 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 29 |
+
"image": "images/chosen/0004.png",
|
| 30 |
+
"model": "flux-1-1-pro",
|
| 31 |
+
"category": "Sports",
|
| 32 |
+
"sub_category": "Alpine/Skiing"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"id": "0005",
|
| 36 |
+
"prompt": "A skier in a black alpine jacket, matte black helmet, and full-face covering. The camera view is behind the skier, slightly angled to the right side. The skier performs a sharp carve to the left on a steep snowy slope, causing a massive spray of fresh powder to explode outward from the skis. The spray of snow is high and dynamic, catching sunlight and casting soft shadows. The skier leans into the turn with strong body motion, knees bent, leaving a deep ski trail in the snow. The background has sharp mountain peaks and blue sky. The shot is styled to mimic iPhone slow-motion footage for Instagram Reels with realistic lighting, subtle camera shake, and natural textures.",
|
| 37 |
+
"image": "images/chosen/0005.png",
|
| 38 |
+
"model": "flux-1-1-pro",
|
| 39 |
+
"category": "Sports",
|
| 40 |
+
"sub_category": "Alpine/Skiing"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"id": "0006",
|
| 44 |
+
"prompt": "A hyper-realistic photo of a mountaineer standing confidently on a snowy mountain slope, dressed in full black alpine gear. The person is wearing a matte black Arc'teryx hardshell jacket with visible zipper details and subtle fabric folds, black ski gloves, and a windproof hood fully covering the head. The face is entirely concealed by a black balaclava and a pair of reflective ski goggles.",
|
| 45 |
+
"image": "images/chosen/0006.png",
|
| 46 |
+
"model": "flux-1-1-pro",
|
| 47 |
+
"category": "Sports",
|
| 48 |
+
"sub_category": "Alpine/Skiing"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "0007",
|
| 52 |
+
"prompt": "A hyper-realistic close-up portrait of a masked alpinist in matte black mountain gear and reflective ski goggles, standing in front of sharp snow-covered mountains. In the reflection of the ski goggles, include a subtle silhouette of a second person \u2014 the photographer \u2014 wearing similar alpine gear in dark colors, holding up an iPhone with both gloved hands to take the photo. The photographer's reflection should feature a black winter jacket, gloves with visible texture, and a hood pulled up. The iPhone should be clearly visible but not dominating \u2014 just enough to suggest the selfie/photo moment. Light snow fog in the air. The reflection should have slight distortion and natural light bloom, complementing the curve and surface of the ski goggles. Colors must remain muted and cold \u2014 icy blues, greys, black \u2014 with realistic ambient mountain lighting and soft shadows. Avoid strong contrast or AI-like stylization. Make the entire scene appear captured with a Sony Alpha full-frame camera at high altitude, professional fashion-outdoor editorial style. Vertical 3:4 format.",
|
| 53 |
+
"image": "images/chosen/0007.png",
|
| 54 |
+
"model": "flux-1-1-pro",
|
| 55 |
+
"category": "Sports",
|
| 56 |
+
"sub_category": "Alpine/Skiing"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"id": "0008",
|
| 60 |
+
"prompt": "A playful yet refined top-down portrait of a white woman with porcelain skin and short, platinum blonde bob haircut, seated on a velvet ottoman in a minimalist all-white studio. Wearing a structured vintage-inspired tea dress in soft yellow silk with puff sleeves, heels with pearl-embellished straps. Chin tilted slightly, lips parted. Fisheye lens (18mm) for artistic effect. Retro white cat-eye sunglasses, thin gold hoops, peach-toned makeup. Slight motion blur adjusting a shoe strap. Natural diffused window light. Shot on Sony A7 III, styled like an indie fashion magazine cover.",
|
| 61 |
+
"image": "images/chosen/0008.png",
|
| 62 |
+
"model": "GPT-IMAGE-1",
|
| 63 |
+
"category": "Fashion",
|
| 64 |
+
"sub_category": "Portrait"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": "0009",
|
| 68 |
+
"prompt": "A candid, authentically spontaneous iPhone photo showcasing a person standing relaxed with arms gently lifted near the face amidst a jagged mountain ridge lightly covered with snow and patches of dark rock. The individual is dressed in an all-black Arc'tery hooded waterproof jacket, hood pulled up and adjustable cords loosely hanging, exhibiting subtle fabric creases and realistic weathering from alpine conditions. Their head is covered by a matching black beanie partially visible under the hood, complemented by a functional, zippered face mask concealing the lower face. Reflective gold-tinted ski goggles cover the eyes, mirroring snowy peaks faintly visible in the blurred cloudy blue-gray sky background. Thick black gloves cover their hands, raised near the face in a natural gesture. Softly diffused natural daylight filtered by partial clouds casts sharp defined shadows on the snowy ground and rocks, accentuating the rugged textures of the technical gear and surrounding alpine environment.",
|
| 69 |
+
"image": "images/chosen/0009.png",
|
| 70 |
+
"model": "flux-1-1-pro",
|
| 71 |
+
"category": "Sports",
|
| 72 |
+
"sub_category": "Alpine/Skiing"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": "0010",
|
| 76 |
+
"prompt": "An expressive, motion-blurred image of a basketball player mid-air during a slam dunk on an indoor court. The camera captures the moment from below at an angle, emphasizing height and flight. Wearing a black sleeveless jersey and shorts, muscles flexed, with motion blur trailing his legs and arms as he nears the hoop. The net bends slightly from anticipation. Strong indoor spotlights create rim lighting along his shoulders and arms, while the hardwood floor and blurred background of the stadium amplify the drama. The shot is styled like a sports couture editorial \u2014 raw energy meets stylized elegance.",
|
| 77 |
+
"image": "images/chosen/0010.png",
|
| 78 |
+
"model": "GPT-IMAGE-1",
|
| 79 |
+
"category": "Sports",
|
| 80 |
+
"sub_category": "Basketball"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"id": "0011",
|
| 84 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 85 |
+
"image": "images/chosen/0011.png",
|
| 86 |
+
"model": "GTP-IMAGE-1",
|
| 87 |
+
"category": "Fashion",
|
| 88 |
+
"sub_category": "Avant-garde"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "0012",
|
| 92 |
+
"prompt": "A man in a dark coat stands next to a futuristic vehicle, facing a massive sci-fi skyline deep in an orange desert storm. The entire frame is unified in amber-orange monochrome tones, with glowing atmospheric fog. Ruined structures and monoliths rise in the background. Wide-angle cinematic shot, soft grain, matte texture.",
|
| 93 |
+
"image": "images/chosen/0012.png",
|
| 94 |
+
"model": "RECRAFT-V3",
|
| 95 |
+
"category": "Cinematic",
|
| 96 |
+
"sub_category": "Sci-fi"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": "0015",
|
| 100 |
+
"prompt": "A mysterious and avant-garde portrait of a striking androgynous model in a surrealist high-fashion studio. They are wearing a sculptural, asymmetrical gown made of metallic mesh and transparent latex by designer Iris van Herpen. The lighting is soft yet directional, casting bold, abstract shadows across the model's face and garment. The composition is clean and structured, focusing on vertical symmetry with intentional negative space around the figure. The model is posed upright with a slight twist in the torso, hands elegantly elevated, and their expression is neutral yet intense, as if caught mid-thought. The theme is 'Future Forms' with a futuristic monochrome and chrome-toned color palette.",
|
| 101 |
+
"image": "images/chosen/0015.png",
|
| 102 |
+
"model": "GTP-IMAGE-1",
|
| 103 |
+
"category": "Fashion",
|
| 104 |
+
"sub_category": "Avant-garde"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"id": "0016",
|
| 108 |
+
"prompt": "A vintage sports car parked at the edge of a cliff, its taillights glowing red against a dusky sky. Fog rolls over the edge, illuminated by the fading sunlight and blue horizon. Shot from low angle. Motion blur in the clouds, grainy VHS film aesthetic, glowing red-orange reflections.",
|
| 109 |
+
"image": "images/chosen/0016.png",
|
| 110 |
+
"model": "GPT-IMAGE-1",
|
| 111 |
+
"category": "Cinematic",
|
| 112 |
+
"sub_category": "Vintage"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": "0017",
|
| 116 |
+
"prompt": "A payphone on a street corner in the rain, under a buzzing street lamp. No one is around. The street is glossy and reflects orange and violet hues. Shot from across the street, shallow focus, analog ISO look, mystery cinematic aesthetic.",
|
| 117 |
+
"image": "images/chosen/0017.png",
|
| 118 |
+
"model": "GPT-IMAGE-1",
|
| 119 |
+
"category": "Cinematic",
|
| 120 |
+
"sub_category": "Urban"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": "0018",
|
| 124 |
+
"prompt": "A small convenience store at midnight with all its interior lights spilling onto the empty sidewalk. A lone figure stands near the vending machine, barely visible in the colored fog. Cyan and orange dominate the color palette. Shot on film, soft-focused edges, heavy bloom.",
|
| 125 |
+
"image": "images/chosen/0018.png",
|
| 126 |
+
"model": "GPT-IMAGE-1",
|
| 127 |
+
"category": "Cinematic",
|
| 128 |
+
"sub_category": "Urban"
|
| 129 |
+
}
|
| 130 |
+
]
|