@umituz/react-native-ai-generation-content 1.27.1 → 1.27.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/domains/scenarios/infrastructure/data/action-stealth-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/adventure-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/affection-scenarios.ts +25 -13
- package/src/domains/scenarios/infrastructure/data/animals-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/arabian-nights-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/art-studio-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/artistic-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/bucket-list-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/career-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/casino-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/celebration-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/cinematic-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/connection-scenarios.ts +29 -15
- package/src/domains/scenarios/infrastructure/data/cozy-plush-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/creative-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/culinary-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/cultural-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/daily-essence-scenarios.ts +29 -15
- package/src/domains/scenarios/infrastructure/data/dark-academia-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/ecology-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/education-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/elemental-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/elite-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/extreme-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/family-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/fantasy-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/fashion-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/festival-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/folklore-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/future-tech-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/gaming-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/gothic-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/historical-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/hobbies-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/home-life-scenarios.ts +25 -13
- package/src/domains/scenarios/infrastructure/data/iconic-moments-scenarios.ts +33 -17
- package/src/domains/scenarios/infrastructure/data/intimate-scenarios.ts +33 -17
- package/src/domains/scenarios/infrastructure/data/lifestyle-scenarios.ts +37 -19
- package/src/domains/scenarios/infrastructure/data/luxury-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/magical-realism-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/movie-legends-scenarios.ts +57 -29
- package/src/domains/scenarios/infrastructure/data/music-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/mystical-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/mythology-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/nostalgia-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/performance-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/pirate-era-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/post-apocalyptic-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/prehistoric-world-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/retro-arcade-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/romantic-kisses-scenarios.ts +30 -16
- package/src/domains/scenarios/infrastructure/data/samurai-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/sci-fi-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/seasonal-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/social-media-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/speed-demons-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/sports-scenarios.ts +5 -3
- package/src/domains/scenarios/infrastructure/data/steampunk-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/stolen-moments-scenarios.ts +21 -11
- package/src/domains/scenarios/infrastructure/data/sultry-scenarios.ts +25 -13
- package/src/domains/scenarios/infrastructure/data/superhero-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/surreal-dreams-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/time-based-scenarios.ts +9 -5
- package/src/domains/scenarios/infrastructure/data/travel-scenarios.ts +33 -17
- package/src/domains/scenarios/infrastructure/data/underwater-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/villainous-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/vintage-circus-scenarios.ts +13 -7
- package/src/domains/scenarios/infrastructure/data/vintage-summer-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/wedding-scenarios.ts +57 -29
- package/src/domains/scenarios/infrastructure/data/wellness-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/utils/scenario-utils.ts +25 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
7
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
7
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
8
8
|
|
|
9
9
|
export const TIME_BASED_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -14,8 +14,10 @@ export const TIME_BASED_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
14
14
|
icon: "🗓️",
|
|
15
15
|
imageUrl:
|
|
16
16
|
"https://media.istockphoto.com/id/1438587977/photo/happy-tourists-couple-friends-sightseeing-city-with-map-together-travel-people-concept.webp?a=1&b=1&s=612x612&w=0&k=20&c=vXMmKG7buuS7MMKUt3oUeZwlEJoeO67GQ27M8xbKs8g=",
|
|
17
|
-
aiPrompt:
|
|
18
|
-
"
|
|
17
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
18
|
+
"a couple 5 years in the future, both facing camera with mature happy confident smiles showing subtle signs of maturity, man in upgraded stylish casual blazer, woman in elegant casual-chic dress, vibrant modern cityscape with contemporary architecture in background",
|
|
19
|
+
"bright natural daylight with warm optimistic atmosphere"
|
|
20
|
+
),
|
|
19
21
|
storyTemplate: createStoryTemplate(
|
|
20
22
|
"celebrate five wonderful years together",
|
|
21
23
|
"They've grown stronger as a couple, building a life filled with shared dreams and beautiful memories.",
|
|
@@ -28,8 +30,10 @@ export const TIME_BASED_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
28
30
|
icon: "🏡",
|
|
29
31
|
imageUrl:
|
|
30
32
|
"https://plus.unsplash.com/premium_photo-1711226109825-4bfa1df2c368?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8Y291cGxlJTIwMTAlMjB5ZWFyc3xlbnwwfHwwfHx8MA%3D%3D",
|
|
31
|
-
aiPrompt:
|
|
32
|
-
"
|
|
33
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
34
|
+
"a couple 10 years in the future, both facing camera with confident established smiles showing distinct signs of graceful maturity, man in sophisticated tailored clothing, woman in elegant refined attire, beautiful home garden with manicured landscaping or luxury environment in background",
|
|
35
|
+
"warm golden hour lighting with established comfortable atmosphere"
|
|
36
|
+
),
|
|
33
37
|
storyTemplate: createStoryTemplate(
|
|
34
38
|
"mark a beautiful decade of partnership",
|
|
35
39
|
"Ten years of love, laughter, and growth have made their bond unbreakable. They look forward to many more adventures ahead.",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
7
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
7
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
8
8
|
|
|
9
9
|
export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -16,8 +16,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
16
16
|
"https://lh3.googleusercontent.com/aida-public/AB6AXuBPW-W_p8omCIO4jC9E88ZkWI4G7x4A9WaUNs7z6uX9E-cnEY4EmE5wdSGid6lnX_4SYuyZpEgLcnQrlNsvD34qCuvSMh2CG5e7d4gQRjZP3gEd6VCfQ0H-hUHk0oUZtr6Ts21UvnPaBDvue0-UHwHHN9nZ2pG2g6tBTYdOVdfe7e63p_O6__bw5WuZcaWS_a7IJSF4aGmu3jkyiPuIXGLEFZEvHSkm-nw0vfI_DH0lLAB-CfgFa14PDXIZecY7oVL3yQ0WJev6ZsJ_",
|
|
17
17
|
previewImageUrl:
|
|
18
18
|
"https://v3b.fal.media/files/b/0a89920b/EquFYP5myLnqw0C-SZDOO.jpg",
|
|
19
|
-
aiPrompt:
|
|
20
|
-
"
|
|
19
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
20
|
+
"a romantic couple standing close together near the iconic Eiffel Tower in Paris during golden hour, both facing camera with warm genuine smiles, man in stylish beige trench coat with dark scarf, woman in elegant camel coat with silk scarf and beret, holding hands, Eiffel Tower fully visible in background, charming Parisian street cafe with bistro chairs nearby",
|
|
21
|
+
"warm golden hour Parisian lighting, soft romantic atmosphere, dreamy city of lights ambiance"
|
|
22
|
+
),
|
|
21
23
|
storyTemplate: createStoryTemplate(
|
|
22
24
|
"fall in love all over again in Paris",
|
|
23
25
|
"Beneath the Eiffel Tower's glow, they rediscover the magic that brought them together. Every cobblestone street tells their story.",
|
|
@@ -32,8 +34,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
32
34
|
"https://images.unsplash.com/photo-1540959733332-eab4deabeeaf?w=800&auto=format&fit=crop&q=60",
|
|
33
35
|
previewImageUrl:
|
|
34
36
|
"https://v3b.fal.media/files/b/0a89b9b9/beZVuzZA1Xz32p6yr-jRZ.jpg",
|
|
35
|
-
aiPrompt:
|
|
36
|
-
"
|
|
37
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
38
|
+
"a stylish couple standing in vibrant neon-lit Shibuya street in Tokyo at night, both facing camera with confident cool expressions, dressed in modern Japanese street fashion with layered outfits, illuminated by colorful pink blue and purple neon lights, busy crosswalk and glowing Japanese neon signs in background",
|
|
39
|
+
"vibrant colorful neon lighting, electric nightlife atmosphere, dynamic urban Tokyo energy"
|
|
40
|
+
),
|
|
37
41
|
storyTemplate: createStoryTemplate(
|
|
38
42
|
"explore the electric energy of Tokyo",
|
|
39
43
|
"From ancient temples to neon-lit streets, they discover a city as dynamic and multifaceted as their love.",
|
|
@@ -48,8 +52,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
48
52
|
"https://v3b.fal.media/files/b/0a8a5217/d3uJplQNHwn4y7OhQlLx4.jpg",
|
|
49
53
|
previewImageUrl:
|
|
50
54
|
"https://images.unsplash.com/photo-1613395877344-13d4a8e0d49e?w=800&auto=format&fit=crop&q=60",
|
|
51
|
-
aiPrompt:
|
|
52
|
-
"
|
|
55
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
56
|
+
"a relaxed elegant couple standing on a terrace in Santorini Greece, both facing camera with happy content smiles, man in white linen shirt and navy pants, woman in flowing blue sundress with gold jewelry, iconic white-washed buildings with famous blue domes visible, spectacular Mediterranean sunset with orange and pink hues over the caldera sea",
|
|
57
|
+
"warm golden sunset Mediterranean lighting, serene Greek island atmosphere, breathtaking romantic ambiance"
|
|
58
|
+
),
|
|
53
59
|
storyTemplate: createStoryTemplate(
|
|
54
60
|
"watch the sunset over the Aegean Sea",
|
|
55
61
|
"In this island paradise, time stands still. Every moment together feels like a scene from a dream.",
|
|
@@ -64,8 +70,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
64
70
|
"https://images.unsplash.com/photo-1516426122078-c23e76319801?w=800&auto=format&fit=crop&q=60",
|
|
65
71
|
previewImageUrl:
|
|
66
72
|
"https://v3b.fal.media/files/b/0a89b997/l51_GnDeNjJB7qE2LEEqq.jpg",
|
|
67
|
-
aiPrompt:
|
|
68
|
-
"
|
|
73
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
74
|
+
"an adventurous couple standing in an open-top safari Land Rover on the African savanna, both facing camera with excited thrilled expressions, dressed in matching khaki safari outfits with wide-brim hats and binoculars, dusty golden savanna landscape stretching to horizon, iconic acacia trees silhouetted against dramatic orange sunset sky",
|
|
75
|
+
"warm golden African sunset lighting, dusty savanna atmosphere, wild adventurous safari ambiance"
|
|
76
|
+
),
|
|
69
77
|
storyTemplate: createStoryTemplate(
|
|
70
78
|
"embark on the adventure of a lifetime",
|
|
71
79
|
"Under the vast African sky, surrounded by untamed beauty, they discover that the greatest adventure is the journey they share.",
|
|
@@ -80,8 +88,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
80
88
|
"https://lh3.googleusercontent.com/aida-public/AB6AXuCiohoJfw_zeIAOSrt_IwYiMl4AvBB_-mcZ9ykbSBWT0T_-VMpofL4jyfGbGyHJG57BEJujKulGllz_DhqNZxz6vlMua2MOg5v4DDOS5pNvxWNeRtcSNlJ4HQsAB1fOphCQoXPvG-GWg85JWWfaoQGMcgEkzwSiNkaJoI8ILEDgZyolD-s0qZ7Lm4aes4aCBVrjHrNkscY8fRSamyuVWGezh7gsgMEZzUdQ4RrbWjL-FXADG2y19_C12AH03u94cJWZQJwlkMUqCuxD",
|
|
81
89
|
previewImageUrl:
|
|
82
90
|
"https://v3b.fal.media/files/b/0a89a049/LBAwDT7B1IahzFw6Cfx2K.jpg",
|
|
83
|
-
aiPrompt:
|
|
84
|
-
"
|
|
91
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
92
|
+
"a happy couple standing together near a stunning infinity pool at a luxury Bali villa, both facing camera with relaxed natural smiles, man in casual white linen resort shirt and shorts, woman in elegant floral tropical maxi dress, lush green tropical jungle cascading down hillside, spectacular sunset reflecting in infinity pool",
|
|
93
|
+
"soft golden tropical sunset lighting, luxury resort ambiance, serene paradise atmosphere"
|
|
94
|
+
),
|
|
85
95
|
storyTemplate: createStoryTemplate(
|
|
86
96
|
"escape to a tropical paradise in Bali",
|
|
87
97
|
"Surrounded by lush jungle and tranquil waters, they find true serenity in each other's arms.",
|
|
@@ -94,8 +104,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
94
104
|
icon: "🗽",
|
|
95
105
|
imageUrl:
|
|
96
106
|
"https://media.istockphoto.com/id/1471601560/photo/couple-taking-selfie-at-time-square.webp?a=1&b=1&s=612x612&w=0&k=20&c=ev2blexKgqknAKig0-ZlsbYIGtWxNIIzQH0p4kEoeqE=",
|
|
97
|
-
aiPrompt:
|
|
98
|
-
"
|
|
107
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
108
|
+
"a happy couple taking a selfie together in Times Square New York City, both facing camera with joyful excited smiles, dressed in stylish winter fashion with warm coats beanies and scarves, massive bright LED billboards and neon advertisements glowing behind them, bustling crowd and yellow taxis visible, selfie angle perspective",
|
|
109
|
+
"vibrant neon billboard lighting, energetic NYC atmosphere, iconic bustling city ambiance"
|
|
110
|
+
),
|
|
99
111
|
storyTemplate: createStoryTemplate(
|
|
100
112
|
"conquer the concrete jungle",
|
|
101
113
|
"Amidst the dazzling lights of Times Square, they find that the brightest light is the one they share.",
|
|
@@ -108,8 +120,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
108
120
|
icon: "🚣",
|
|
109
121
|
imageUrl:
|
|
110
122
|
"https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?w=800&auto=format&fit=crop&q=60",
|
|
111
|
-
aiPrompt:
|
|
112
|
-
"
|
|
123
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
124
|
+
"a romantic couple sitting closely together in a traditional Venetian gondola with ornate decoration, both facing camera with soft loving smiles, man in smart navy blazer, woman in elegant red dress, gondolier in striped shirt visible behind them, historic Venetian buildings with ornate balconies lining the canal, golden sunset light reflecting on water",
|
|
125
|
+
"warm golden sunset light on water, romantic Venice atmosphere, timeless European elegance"
|
|
126
|
+
),
|
|
113
127
|
storyTemplate: createStoryTemplate(
|
|
114
128
|
"glide through the canals of love",
|
|
115
129
|
"Drifting through centuries of history, their love story becomes part of Venice's eternal romance.",
|
|
@@ -122,8 +136,10 @@ export const TRAVEL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
122
136
|
icon: "🌌",
|
|
123
137
|
imageUrl:
|
|
124
138
|
"https://media.istockphoto.com/id/536314367/photo/strolling-norway.webp?a=1&b=1&s=612x612&w=0&k=20&c=rtur0SHLxDZB8fDb9bFM_nhY8_L3iNQxqueb7oAEokI=",
|
|
125
|
-
aiPrompt:
|
|
126
|
-
"
|
|
139
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
140
|
+
"a happy couple standing under the spectacular Northern Lights in snowy Norwegian landscape, both facing camera with amazed awestruck smiles showing rosy cheeks from cold, dressed in warm colorful winter ski jackets in red and blue with fur-lined hoods, pristine white snow covering ground, vibrant green and purple aurora borealis dancing across dark night sky, snow-covered pine trees",
|
|
141
|
+
"natural aurora borealis illumination, magical winter night atmosphere, breathtaking Nordic landscape"
|
|
142
|
+
),
|
|
127
143
|
storyTemplate: createStoryTemplate(
|
|
128
144
|
"witness the magic of the aurora",
|
|
129
145
|
"Under the dancing lights of the north, they realize their love is as rare and beautiful as the aurora itself.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
2
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
2
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
3
3
|
|
|
4
4
|
export const UNDERWATER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -8,8 +8,10 @@ export const UNDERWATER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
8
8
|
description: "Royalty of the deep",
|
|
9
9
|
icon: "🧜♂️",
|
|
10
10
|
imageUrl: "https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=800",
|
|
11
|
-
aiPrompt:
|
|
12
|
-
"
|
|
11
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
12
|
+
"a couple as mer-people sitting on throne made of bioluminescent white coral at ocean bottom, both facing camera with serene royal smiles, man with shimmering blue-green iridescent tail, woman with violet-pink tail and shell crown, schools of tropical fish and glowing jellyfish surrounding them, shafts of golden sunlight filtering through deep water",
|
|
13
|
+
"ethereal underwater lighting with bioluminescent glow and magical atmosphere"
|
|
14
|
+
),
|
|
13
15
|
storyTemplate: createStoryTemplate(
|
|
14
16
|
"rule the silent depths of the ocean as its most elegant guardians",
|
|
15
17
|
"They aren't just visitors to the deep; they are its heart. In the cool blue silence, they've built a kingdom that spans the entire sea.",
|
|
@@ -21,8 +23,10 @@ export const UNDERWATER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
21
23
|
description: "Lost knowledge",
|
|
22
24
|
icon: "📖",
|
|
23
25
|
imageUrl: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=800",
|
|
24
|
-
aiPrompt:
|
|
25
|
-
"
|
|
26
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
27
|
+
"a couple in ancient library inside sunken marble temple underwater, both facing camera while floating weightlessly examining glowing stone tablet together, wearing flowing ethereal garments with hair floating, tiny bubbles rising, ancient statues covered in sea plants and coral in background",
|
|
28
|
+
"soft blue-green underwater lighting with mysterious discovery atmosphere"
|
|
29
|
+
),
|
|
26
30
|
storyTemplate: createStoryTemplate(
|
|
27
31
|
"uncover the lost secrets of a civilization claimed by the tides",
|
|
28
32
|
"The world above long forgot these stories, but they are here to bring them back to life. A love that's deeper than the deepest abyss.",
|
|
@@ -35,8 +39,10 @@ export const UNDERWATER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
35
39
|
icon: "✨",
|
|
36
40
|
imageUrl:
|
|
37
41
|
"https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=800",
|
|
38
|
-
aiPrompt:
|
|
39
|
-
"
|
|
42
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
43
|
+
"a couple swimming in pitch-black deep sea, faces illuminated by millions of glowing bioluminescent plankton and ethereal deep-sea creatures, both facing camera with wonder-filled expressions, surrounded by swirling blue and green light particles creating cosmic-like underwater environment",
|
|
44
|
+
"ethereal bioluminescent glow with cosmic deep-sea atmosphere"
|
|
45
|
+
),
|
|
40
46
|
storyTemplate: createStoryTemplate(
|
|
41
47
|
"become the light in the darkest corners of the ocean",
|
|
42
48
|
"In the total darkness of the deep, their connection is the brightest thing there is. A love that creates its own light in the shadows.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
2
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
2
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
3
3
|
|
|
4
4
|
export const URBAN_NIGHTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const URBAN_NIGHTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
9
9
|
icon: "🚗",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a romantic couple in the front seat of a modern luxury car at night during heavy rain, rain droplets streaming down windows, colorful neon city lights reflecting in the wet glass and on their faces, both looking at each other with deep affection, soft blue dashboard glow illuminating their features",
|
|
14
|
+
"moody neon reflections through rain on windows, soft interior dashboard glow, intimate urban night atmosphere"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"escape the world in your own moving sanctuary",
|
|
16
18
|
"The city is a blur of neon and rain, but inside this small space, everything is clear. A love that's the only constant in a fast-moving world.",
|
|
@@ -23,8 +25,10 @@ export const URBAN_NIGHTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
23
25
|
icon: "🌃",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://images.unsplash.com/photo-1444723121867-7a241cacace9?w=800",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a daring couple sitting on the edge of a skyscraper rooftop with legs dangling over the city, leaning into each other while facing camera with fearless confident smiles, vast sprawling city skyline with twinkling lights stretching to horizon, night breeze tousling their hair, man in dark jacket, woman in flowing dress",
|
|
30
|
+
"dramatic city lights below, cool blue night sky, high-tension adventurous rooftop atmosphere"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"look down at the world from your own summit",
|
|
30
34
|
"They aren't just in the city; they're above it. At the very edge of the world, they find that the only thing holding them up is each other.",
|
|
@@ -37,8 +41,10 @@ export const URBAN_NIGHTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
37
41
|
icon: "🚇",
|
|
38
42
|
imageUrl:
|
|
39
43
|
"https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=800",
|
|
40
|
-
aiPrompt:
|
|
41
|
-
"
|
|
44
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
45
|
+
"a couple in an almost empty brightly lit subway car late at night, sitting very close together on orange plastic seats, man's arm wrapped protectively around woman, woman's head resting on his shoulder, both facing camera with peaceful loving smiles, dark blurred tunnel rushing past through windows, empty seats around them",
|
|
46
|
+
"harsh bright fluorescent subway lighting, high-contrast urban mood, peaceful late-night commute atmosphere"
|
|
47
|
+
),
|
|
42
48
|
storyTemplate: createStoryTemplate(
|
|
43
49
|
"find peace in the heartbeat of the city",
|
|
44
50
|
"The station doesn't matter, and neither does the destination. In the rattle and hum of the midnight train, they've already arrived at home.",
|
|
@@ -50,8 +56,10 @@ export const URBAN_NIGHTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
50
56
|
description: "Shadows and lights",
|
|
51
57
|
icon: "🏮",
|
|
52
58
|
imageUrl: "https://images.unsplash.com/photo-1550684848-fac1c5b4e853?w=800",
|
|
53
|
-
aiPrompt:
|
|
54
|
-
"
|
|
59
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
60
|
+
"a couple pressed close against a brick wall in a narrow atmospheric city alleyway at night, glowing red and blue neon signs casting colorful light on their faces, wisps of steam rising from street vents, man leaning in close to whisper to woman, both facing camera with mysterious passionate expressions, graffiti and fire escapes visible",
|
|
61
|
+
"dramatic neon lighting in red and blue, atmospheric steam and shadows, edgy urban nightlife atmosphere"
|
|
62
|
+
),
|
|
55
63
|
storyTemplate: createStoryTemplate(
|
|
56
64
|
"lose yourselves in the shadows of the neon city",
|
|
57
65
|
"Wrapped in light and shadow, they find a rhythm that's all their own. A love that shines brighter than the neon lights around them.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
2
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
2
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
3
3
|
|
|
4
4
|
export const VILLAINOUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const VILLAINOUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
9
9
|
icon: "🦹",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1518199266791-5375a83190b7?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple as sophisticated villains in high-tech lair, both facing camera with confident villainous smirks, man in elegant dark designer suit petting white Persian cat, woman in sleek black dress holding wine glass, massive wall of monitors showing global data maps in background",
|
|
14
|
+
"dramatic low-key lighting with blue monitor glow and mysterious atmosphere"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"plan their next big move",
|
|
16
18
|
"They don't just break the rules; they rewrite them. In a world of black and white, they are the most stylish shade of gray.",
|
|
@@ -23,8 +25,10 @@ export const VILLAINOUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
23
25
|
icon: "🔥",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://v3b.fal.media/files/b/0a8a3e0e/s6SBpgKeHS3AL0ykrc4ac.jpg",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a couple in post-apocalyptic rebel base, both facing camera with rebellious defiant expressions, man in punk-style leather jacket with metal spikes, woman in distressed combat gear spray-painting anarchist symbol on concrete wall, sparks and flames flickering in background",
|
|
30
|
+
"chaotic orange fire lighting with energetic rebellious atmosphere"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"shake the foundations of the world",
|
|
30
34
|
"They aren't looking for approval, just excitement. A love that's as volatile and beautiful as a supernova.",
|
|
@@ -36,8 +40,10 @@ export const VILLAINOUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
36
40
|
description: "Master of the night",
|
|
37
41
|
icon: "🎭",
|
|
38
42
|
imageUrl: "https://images.unsplash.com/photo-1541560052-77ec1bbc09f7?w=800",
|
|
39
|
-
aiPrompt:
|
|
40
|
-
"
|
|
43
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
44
|
+
"a couple suspended on wires in high-security museum at night, both facing camera with focused confident smirks, wearing skin-tight black stealth suits with tactical gear, woman holding glowing blue diamond, red laser security beams and priceless art in background",
|
|
45
|
+
"dramatic tense lighting with laser beam glow and cinematic heist atmosphere"
|
|
46
|
+
),
|
|
41
47
|
storyTemplate: createStoryTemplate(
|
|
42
48
|
"steal the impossible",
|
|
43
49
|
"Even with the world's best security, they always slip through the cracks. The only thing they couldn't steal was each other's hearts - those were given freely.",
|
|
@@ -50,8 +56,10 @@ export const VILLAINOUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
50
56
|
icon: "🏰",
|
|
51
57
|
imageUrl:
|
|
52
58
|
"https://images.unsplash.com/photo-1519741497674-611481863552?w=800",
|
|
53
|
-
aiPrompt:
|
|
54
|
-
"
|
|
59
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
60
|
+
"a couple on dark obsidian throne, both facing camera with cold regal smiles and subtly glowing red eyes, man in heavy black spiked armor, woman in dark flowing cape and crown, gothic cathedral throne room with red banners and flickering torches in background",
|
|
61
|
+
"dramatic dark lighting with red torch glow and intimidating majestic atmosphere"
|
|
62
|
+
),
|
|
55
63
|
storyTemplate: createStoryTemplate(
|
|
56
64
|
"rule an empire of shadows",
|
|
57
65
|
"In a kingdom built on power and fear, they are the only ones they can truly trust. Sovereigns of a world they conquered together.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
2
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
2
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
3
3
|
|
|
4
4
|
export const VINTAGE_CIRCUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const VINTAGE_CIRCUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
9
9
|
icon: "🎩",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1493225255756-d9584f8606e9?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple as 19th century circus ringmasters standing in center of giant spotlighted circus ring, both facing camera with charismatic confident showman smiles, man in red velvet tailcoat with gold embroidery and top hat holding cane, woman in matching red and gold costume with feathered headpiece, blurred circus audience and striped tent in background",
|
|
14
|
+
"dramatic theatrical spotlight with golden circus atmosphere"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"take the lead in the greatest show on earth",
|
|
16
18
|
"They aren't just part of the act; they're the ones holding the baton. A relationship that's as grand and spectacular as a three-ring circus.",
|
|
@@ -22,8 +24,10 @@ export const VINTAGE_CIRCUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
22
24
|
description: "Perfect balance",
|
|
23
25
|
icon: "🎪",
|
|
24
26
|
imageUrl: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=800",
|
|
25
|
-
aiPrompt:
|
|
26
|
-
"
|
|
27
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
28
|
+
"a couple standing on thin high wire far above circus floor, man holding woman's hands for perfect balance, both facing camera with expressions of intense trust and loving connection, wearing shimmering silver and gold acrobatic leotards, dramatic spotlight from above illuminating them against dark circus tent",
|
|
29
|
+
"dramatic spotlight from above with tension-filled atmospheric lighting"
|
|
30
|
+
),
|
|
27
31
|
storyTemplate: createStoryTemplate(
|
|
28
32
|
"find your balance in the highest of stakes",
|
|
29
33
|
"In the air, with no net below, they only have each other to hold onto. And that's exactly where they feel the safest. A bond that never wavers.",
|
|
@@ -36,8 +40,10 @@ export const VINTAGE_CIRCUS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
36
40
|
icon: "🔮",
|
|
37
41
|
imageUrl:
|
|
38
42
|
"https://images.unsplash.com/photo-1513519245088-0e12902e5a38?w=800",
|
|
39
|
-
aiPrompt:
|
|
40
|
-
"
|
|
43
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
44
|
+
"a couple inside dark velvet circus fortune-teller tent, sitting at round table with glowing crystal ball and spread tarot cards, both facing camera with mysterious knowing smiles, man in bohemian vest and rings, woman in vintage circus fortune-teller costume with scarves and jewelry, draped fabrics and mystical objects in background",
|
|
45
|
+
"warm purple and gold candlelight with intimate magical atmosphere"
|
|
46
|
+
),
|
|
41
47
|
storyTemplate: createStoryTemplate(
|
|
42
48
|
"peek into a future that's already written in the stars",
|
|
43
49
|
"The crystal ball shows many things, but for them, the answer is always the same. A future of magic, mystery, and an unbreakable shared destiny.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
2
|
-
import { createStoryTemplate } from "../utils/scenario-utils";
|
|
2
|
+
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
3
3
|
|
|
4
4
|
export const VINTAGE_SUMMER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const VINTAGE_SUMMER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
9
9
|
icon: "🍦",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1501443762994-82bd5dace89a?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple in colorful 1950s soda shop sitting at chrome counter, sharing large milkshake with two striped straws, both facing camera with joyful youthful smiles, woman in pastel pink polka dot dress with hair ribbon, man in light blue polo shirt, checkered black and white floor and glowing neon signs in background",
|
|
14
|
+
"bright cheerful vintage indoor lighting with nostalgic 50s atmosphere"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"step back into a simpler time of sweet treats and first dates",
|
|
16
18
|
"One milkshake, two straws, and a lifetime of sweetness ahead. They've found the perfect recipe for a timeless love.",
|
|
@@ -23,8 +25,10 @@ export const VINTAGE_SUMMER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
23
25
|
icon: "🚗",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://images.unsplash.com/photo-1517677208171-0bc6725a3e60?w=800",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a couple driving cherry red 1950s vintage convertible along scenic coastal road, woman wearing silk headscarf and cat-eye sunglasses, man in casual summer shirt with windswept hair, both facing camera with ecstatic carefree smiles, wicker picnic basket in back seat, blue ocean and cliffs in background",
|
|
30
|
+
"bright sunny coastal lighting with cinematic carefree atmosphere"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"drive towards the horizon in classic style",
|
|
30
34
|
"The road is open, the sun is shining, and they have each other. A journey that proves the best destination is wherever they're together.",
|
|
@@ -37,8 +41,10 @@ export const VINTAGE_SUMMER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
37
41
|
icon: "🏖️",
|
|
38
42
|
imageUrl:
|
|
39
43
|
"https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800",
|
|
40
|
-
aiPrompt:
|
|
41
|
-
"
|
|
44
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
45
|
+
"a couple on sunny 1950s beach sitting under large red-and-white striped umbrella, both facing camera with pure happy smiles, man in vintage high-waisted swim trunks, woman in retro one-piece swimsuit with headband, holding vintage glass soda bottles, blue ocean waves and soft golden sand in background",
|
|
46
|
+
"warm golden summer sunlight with nostalgic beach atmosphere"
|
|
47
|
+
),
|
|
42
48
|
storyTemplate: createStoryTemplate(
|
|
43
49
|
"relive the golden age of summer holidays",
|
|
44
50
|
"Salty skin, sandy toes, and a love as warm as the summer sun. They've captured the essence of a perfect, timeless afternoon.",
|
|
@@ -51,8 +57,10 @@ export const VINTAGE_SUMMER_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
|
|
|
51
57
|
icon: "🍿",
|
|
52
58
|
imageUrl:
|
|
53
59
|
"https://images.unsplash.com/photo-1485846234645-a62644f84728?w=800",
|
|
54
|
-
aiPrompt:
|
|
55
|
-
"
|
|
60
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
61
|
+
"a couple in vintage turquoise car at drive-in theater at night, sharing large bucket of buttery popcorn, both facing camera with romantic smiles from front seat, large glowing movie screen visible through windshield, starry sky and rows of other vintage cars with speaker posts in background",
|
|
62
|
+
"warm romantic dashboard glow with cozy nostalgic night atmosphere"
|
|
63
|
+
),
|
|
56
64
|
storyTemplate: createStoryTemplate(
|
|
57
65
|
"share a movie and a moment under the midnight sky",
|
|
58
66
|
"The real stars aren't on the silver screen or in the sky; they're right here in the front seat. A night of old-school romance.",
|