@umituz/react-native-ai-generation-content 1.27.1 โ 1.27.2
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/home-life-scenarios.ts +25 -13
- 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/romantic-kisses-scenarios.ts +30 -16
- 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/travel-scenarios.ts +33 -17
- package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +17 -9
- package/src/domains/scenarios/infrastructure/data/wedding-scenarios.ts +57 -29
- package/src/domains/scenarios/infrastructure/utils/scenario-utils.ts +25 -0
|
@@ -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 CASINO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const CASINO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
9
9
|
icon: "๐ฐ",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple at exclusive high-stakes roulette table in glamorous Monaco casino, exchanging intense daring glances with confident smiles, man in perfectly tailored black wool tuxedo with satin lapels and silver cufflinks placing chips on red, woman in shimmering champagne gold sequined evening gown with diamond drop earrings and platinum bracelet, polished mahogany roulette wheel with ivory ball spinning, other elegantly dressed high rollers watching intently in background",
|
|
14
|
+
"warm luxurious golden ambient lighting from crystal chandeliers with dramatic shadows on green felt table"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"play the ultimate game of chance and charm",
|
|
16
18
|
"They aren't just gambling on the wheel; they're betting on each other. And with a bond like theirs, they always come out on top.",
|
|
@@ -23,8 +25,10 @@ export const CASINO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
23
25
|
icon: "๐ธ",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?w=800",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a couple at sleek marble bar in luxury casino lounge, both facing camera with mysterious alluring half-smiles, man in midnight blue dinner jacket with black satin bowtie holding crystal martini glass with olive, woman in form-fitting black velvet dress with plunging back and diamond stud earrings holding martini, polished black marble bar top with gold accents and mirrored shelves of premium spirits in background",
|
|
30
|
+
"sophisticated low amber lighting with subtle blue accent lights reflecting off glassware"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"share a secret in the heart of high society",
|
|
30
34
|
"In a world of glamour and intrigue, they are the most interesting pair in the room. Cool, collected, and completely devoted.",
|
|
@@ -37,8 +41,10 @@ export const CASINO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
37
41
|
icon: "๐๏ธ",
|
|
38
42
|
imageUrl:
|
|
39
43
|
"https://images.unsplash.com/photo-1540324155974-7523202daa3f?w=800",
|
|
40
|
-
aiPrompt:
|
|
41
|
-
"
|
|
44
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
45
|
+
"a couple making stylish exit from grand casino at night, man in black tuxedo carrying polished aluminum briefcase with confident stride, woman in red satin gown with thigh-high slit looking over shoulder at camera with triumphant knowing smile, ornate casino entrance with brass revolving doors and red carpet, valet parking with black Aston Martin and red Ferrari visible in background",
|
|
46
|
+
"dramatic cinematic night lighting with warm golden casino glow contrasting cool blue street lights"
|
|
47
|
+
),
|
|
42
48
|
storyTemplate: createStoryTemplate(
|
|
43
49
|
"pull off the most stylish heist of the century",
|
|
44
50
|
"They came, they saw, and they won. Not just the chips, but a life of thrill that only a duo like them could handle.",
|
|
@@ -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 CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -8,8 +8,10 @@ export const CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
8
8
|
description: "Magic of the holidays",
|
|
9
9
|
icon: "๐",
|
|
10
10
|
imageUrl: "https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=800",
|
|
11
|
-
aiPrompt:
|
|
12
|
-
"
|
|
11
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
12
|
+
"a couple standing beside beautifully decorated Christmas tree, both facing camera with warm genuine smiles, man in cozy burgundy cable-knit sweater with reindeer pattern, woman in cream turtleneck sweater with fair isle design holding hot cocoa mug, tall noble fir tree adorned with gold and red glass ornaments and warm white string lights, wrapped presents with velvet bows beneath tree, snow falling gently outside frosted window in background",
|
|
13
|
+
"warm cozy indoor lighting from fireplace and tree lights with soft golden glow"
|
|
14
|
+
),
|
|
13
15
|
storyTemplate: createStoryTemplate(
|
|
14
16
|
"celebrate the magic of Christmas",
|
|
15
17
|
"Wrapped in the warmth of holiday lights, they share the greatest gift of all - each other.",
|
|
@@ -22,8 +24,10 @@ export const CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
22
24
|
icon: "๐",
|
|
23
25
|
imageUrl:
|
|
24
26
|
"https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=800",
|
|
25
|
-
aiPrompt:
|
|
26
|
-
"
|
|
27
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
28
|
+
"a couple at glamorous rooftop New Year's Eve party, both facing camera with ecstatic celebratory smiles, man in tailored black suit with silver tie and party horn, woman in sparkling silver cocktail dress with crystal earrings raising champagne coupe, spectacular colorful fireworks exploding over city skyline with illuminated skyscrapers and midnight countdown clock showing 12:00 in background",
|
|
29
|
+
"dramatic night lighting with bursts of colorful firework light and warm party ambiance"
|
|
30
|
+
),
|
|
27
31
|
storyTemplate: createStoryTemplate(
|
|
28
32
|
"ring in the new year together",
|
|
29
33
|
"As the clock strikes midnight, they toast to a future filled with new adventures and eternal love.",
|
|
@@ -36,8 +40,10 @@ export const CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
36
40
|
icon: "โค๏ธ",
|
|
37
41
|
imageUrl:
|
|
38
42
|
"https://images.unsplash.com/photo-1518199266791-5375a83190b7?w=800",
|
|
39
|
-
aiPrompt:
|
|
40
|
-
"
|
|
43
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
44
|
+
"a couple at intimate Valentine's dinner, both facing camera with loving tender smiles and hands touching across table, man in charcoal dress shirt with sleeves rolled, woman in elegant wine red wrap dress with delicate gold necklace, small round table with white linen tablecloth and single red rose in crystal vase and flickering votive candles, upscale romantic restaurant with soft bokeh lights in background",
|
|
45
|
+
"warm romantic candlelight with soft amber glow and intimate low-light atmosphere"
|
|
46
|
+
),
|
|
41
47
|
storyTemplate: createStoryTemplate(
|
|
42
48
|
"celebrate the day of love",
|
|
43
49
|
"Every day is Valentine's Day when they're together, but today feels a little more magical.",
|
|
@@ -50,8 +56,10 @@ export const CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
50
56
|
icon: "๐",
|
|
51
57
|
imageUrl:
|
|
52
58
|
"https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?w=800",
|
|
53
|
-
aiPrompt:
|
|
54
|
-
"
|
|
59
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
60
|
+
"a couple celebrating birthday together, both facing camera with joyful excited smiles, holding three-tier chocolate cake with lit golden sparkler candles, man in casual blue button-up shirt, woman in floral sundress with birthday tiara, colorful helium balloons in pink gold and teal and scattered confetti floating in air in background",
|
|
61
|
+
"bright cheerful party lighting with warm golden tones from candles illuminating happy faces"
|
|
62
|
+
),
|
|
55
63
|
storyTemplate: createStoryTemplate(
|
|
56
64
|
"celebrate a special birthday",
|
|
57
65
|
"Another year older, another year of building a beautiful life together. Every wish is for their shared future.",
|
|
@@ -64,8 +72,10 @@ export const CELEBRATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
|
|
|
64
72
|
icon: "๐",
|
|
65
73
|
imageUrl:
|
|
66
74
|
"https://images.unsplash.com/photo-1509248961158-e54f6934749c?w=800",
|
|
67
|
-
aiPrompt:
|
|
68
|
-
"
|
|
75
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
76
|
+
"a couple in elaborate matching Halloween costumes as Victorian vampires, both facing camera with playful mysterious expressions showing subtle fangs, man in black velvet cape with high collar and crimson vest, woman in elegant black lace gown with blood-red corset and pale makeup with dramatic eyes, misty Gothic graveyard with ancient stone tombstones and gnarled bare trees with full moon behind creepy Victorian mansion in background",
|
|
77
|
+
"eerie atmospheric lighting with cool blue moonlight and orange accent from carved jack-o-lanterns"
|
|
78
|
+
),
|
|
69
79
|
storyTemplate: createStoryTemplate(
|
|
70
80
|
"embrace the spooky season",
|
|
71
81
|
"Even in the spookiest settings, their love shines through. The ultimate team for any adventure.",
|
|
@@ -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 CINEMATIC_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -14,8 +14,10 @@ export const CINEMATIC_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
14
14
|
icon: "๐ด๏ธ",
|
|
15
15
|
imageUrl:
|
|
16
16
|
"https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=800&auto=format&fit=crop&q=60",
|
|
17
|
-
aiPrompt:
|
|
18
|
-
"
|
|
17
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
18
|
+
"a couple as elite secret agents in high-stakes casino, both facing camera with confident mysterious half-smiles, man in perfectly tailored midnight black tuxedo with satin shawl lapels and subtle earpiece, woman in sleek emerald green floor-length gown with thigh slit and diamond choker, standing near baccarat table with chips and cards, opulent casino royale interior with crystal chandeliers and velvet drapes in background",
|
|
19
|
+
"dramatic warm golden lighting with mysterious shadows and highlights on faces"
|
|
20
|
+
),
|
|
19
21
|
storyTemplate: createStoryTemplate(
|
|
20
22
|
"embark on a high-stakes mission",
|
|
21
23
|
"In a world of secrets and danger, they are the only truth each other needs.",
|
|
@@ -28,8 +30,10 @@ export const CINEMATIC_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
28
30
|
icon: "๐ต๏ธ",
|
|
29
31
|
imageUrl:
|
|
30
32
|
"https://images.unsplash.com/photo-1485686531765-ba63b07845a7?w=800&auto=format&fit=crop&q=60",
|
|
31
|
-
aiPrompt:
|
|
32
|
-
"
|
|
33
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
34
|
+
"a couple in classic Film Noir style, both facing camera with moody intense expressions, man in tan double-breasted trench coat with upturned collar and gray fedora tilted low, woman in black fitted dress with seamed stockings and red lipstick holding cigarette holder, black and white cinematic image with high contrast and visible film grain, rain-slicked cobblestone street with neon signs reflecting in puddles and dramatic venetian blind shadows in background",
|
|
35
|
+
"dramatic noir lighting with harsh side light creating deep shadows and silver highlights"
|
|
36
|
+
),
|
|
33
37
|
storyTemplate: createStoryTemplate(
|
|
34
38
|
"solve the mystery of the night",
|
|
35
39
|
"In the shadows of the city, their love is the only light that matters.",
|
|
@@ -43,8 +47,10 @@ export const CINEMATIC_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
43
47
|
icon: "๐ฅ",
|
|
44
48
|
imageUrl:
|
|
45
49
|
"https://images.unsplash.com/photo-1502082553048-f009c37129b9?w=800&auto=format&fit=crop&q=60",
|
|
46
|
-
aiPrompt:
|
|
47
|
-
"
|
|
50
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
51
|
+
"a couple in Wes Anderson cinematic style, both standing in perfect symmetry facing camera with deadpan quirky expressions, man in mustard yellow corduroy suit with brown leather satchel, woman in powder pink A-line dress with peter pan collar and matching beret, perfectly symmetrical pastel mint green hotel lobby with geometric wallpaper and vintage brass elevator and potted plants placed symmetrically",
|
|
52
|
+
"flat even lighting with soft pastel color grading and vintage 35mm film aesthetic"
|
|
53
|
+
),
|
|
48
54
|
storyTemplate: createStoryTemplate(
|
|
49
55
|
"star in their own quirky tale",
|
|
50
56
|
"In a perfectly symmetrical world, they found the perfect asymmetry of love.",
|
|
@@ -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 CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
9
9
|
icon: "๐ฑ",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1516724562728-afc824a36e84?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple sitting closely together on a modern gray sofa, one partner holding a smartphone showing the screen to the other with a look of pure joy and excitement, the other partner reacting with wide amazed smile and happy tears, both in comfortable casual home attire, cozy modern living room with soft lamps and plants",
|
|
14
|
+
"soft warm evening domestic lighting, intimate cozy atmosphere, emotional connection moment"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"see a glimpse of their future together",
|
|
16
18
|
"One look at the screen, and the world stands still. Seeing their future self together makes every moment of the present feel infinitely more precious.",
|
|
@@ -23,8 +25,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
23
25
|
icon: "๐๏ธ",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://images.unsplash.com/photo-1516589091380-5d8e87df6999?w=800",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a couple in a close intimate embrace, foreheads gently touching, eyes locked gazing at each other with deep soulful expressions of pure unconditional love, man in dark henley shirt, woman in soft cream sweater, minimalist neutral soft background",
|
|
30
|
+
"soft cinematic lighting with warm tones, intimate shallow depth of field, raw emotional connection atmosphere"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"connect on a soul-deep level",
|
|
30
34
|
"Words aren't needed when two souls recognize each other. In this silent moment, they promise a lifetime of understanding.",
|
|
@@ -37,8 +41,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
37
41
|
icon: "๐ ",
|
|
38
42
|
imageUrl:
|
|
39
43
|
"https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800",
|
|
40
|
-
aiPrompt:
|
|
41
|
-
"
|
|
44
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
45
|
+
"a couple standing together on a high modern penthouse balcony overlooking a vast sunset horizon, man pointing towards the distance, both facing camera with hopeful visionary smiles, man in casual blazer, woman in flowing dress, city skyline and mountains visible in distance",
|
|
46
|
+
"golden hour sunset lighting, warm orange and pink sky tones, epic inspiring atmosphere"
|
|
47
|
+
),
|
|
42
48
|
storyTemplate: createStoryTemplate(
|
|
43
49
|
"dream of the thousand paths ahead",
|
|
44
50
|
"Hand in hand, they look towards the horizon. Whatever the future holds, they know they'll face it together with courage and love.",
|
|
@@ -51,8 +57,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
51
57
|
icon: "๐ฌ",
|
|
52
58
|
imageUrl:
|
|
53
59
|
"https://images.unsplash.com/photo-1543807535-eceef0bc6599?w=800",
|
|
54
|
-
aiPrompt:
|
|
55
|
-
"
|
|
60
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
61
|
+
"a couple sitting across from each other at a small rustic wooden cafe table, leaning in engaged in an intense but loving conversation, looking at each other with deep interest and empathy, coffee cups on table, cozy cafe interior with exposed brick and warm decor",
|
|
62
|
+
"warm cafe ambient lighting, soft natural window light, intimate conversational atmosphere"
|
|
63
|
+
),
|
|
56
64
|
storyTemplate: createStoryTemplate(
|
|
57
65
|
"share their deepest thoughts",
|
|
58
66
|
"Every word builds a bridge, every secret shared strengthens the foundation of their life together.",
|
|
@@ -65,8 +73,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
65
73
|
icon: "โ",
|
|
66
74
|
imageUrl:
|
|
67
75
|
"https://images.unsplash.com/photo-1518199266791-5375a83190b7?w=800",
|
|
68
|
-
aiPrompt:
|
|
69
|
-
"
|
|
76
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
77
|
+
"a couple in a supportive embrace in a peaceful garden, one partner resting their head on the other's shoulder with a look of relief and peace, the other partner facing camera with a protective loving smile, surrounded by green hedges and flowering roses, casual comfortable clothing",
|
|
78
|
+
"soft natural outdoor lighting, gentle dappled sunlight, peaceful comforting atmosphere"
|
|
79
|
+
),
|
|
70
80
|
storyTemplate: createStoryTemplate(
|
|
71
81
|
"find strength in each other",
|
|
72
82
|
"In a world that can be loud and chaotic, they are each other's peace. A safe harbor for every storm.",
|
|
@@ -79,8 +89,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
79
89
|
icon: "๐ค",
|
|
80
90
|
imageUrl:
|
|
81
91
|
"https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=800",
|
|
82
|
-
aiPrompt:
|
|
83
|
-
"
|
|
92
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
93
|
+
"a couple sitting side by side on a wooden bench watching a spectacular sunset, holding hands firmly without speaking, both facing camera with content tranquil smiles, golden sunset light reflecting in their eyes, peaceful rolling hills and wildflower meadow in background",
|
|
94
|
+
"warm golden sunset lighting, natural outdoor atmosphere, serene peaceful romantic mood"
|
|
95
|
+
),
|
|
84
96
|
storyTemplate: createStoryTemplate(
|
|
85
97
|
"share a moment of perfect harmony",
|
|
86
98
|
"They don't need much to be happy - just a quiet moment and the knowledge that they are exactly where they are supposed to be.",
|
|
@@ -93,8 +105,10 @@ export const CONNECTION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
93
105
|
icon: "๐ณ",
|
|
94
106
|
imageUrl:
|
|
95
107
|
"https://images.unsplash.com/photo-1447005497901-b3e9ee359928?w=800",
|
|
96
|
-
aiPrompt:
|
|
97
|
-
"
|
|
108
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
109
|
+
"a loving elderly couple in their 70s with gray hair but the same spark in their eyes, sitting together looking at an old leather photo album of their younger selves, both facing camera with wise deeply happy smiles showing laugh lines, warm cozy living room with family photos and mementos on shelves",
|
|
110
|
+
"warm sun-drenched living room lighting, nostalgic golden afternoon light, celebrating a lifetime of love"
|
|
111
|
+
),
|
|
98
112
|
storyTemplate: createStoryTemplate(
|
|
99
113
|
"honor the journey of a lifetime",
|
|
100
114
|
"Like wine or a great forest, their love has only grown richer, deeper, and more beautiful with every passing year.",
|
|
@@ -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 COZY_PLUSH_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const COZY_PLUSH_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
9
9
|
icon: "โ๏ธ",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1513694203232-719a280e022f?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple having epic pillow fight in bright cozy bedroom, both facing camera with ecstatic laughing expressions and genuine joy, white goose feathers floating dramatically in air, man in navy blue cotton pajama pants and white t-shirt swinging large white pillow, woman in soft lavender silk pajama set with messy hair wielding fluffy pillow, plush white duvet and scattered decorative pillows on king-sized bed in background",
|
|
14
|
+
"bright soft morning sunlight streaming through sheer white curtains creating dreamy backlit atmosphere"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"unleash the playful energy of a shared home",
|
|
16
18
|
"Because being an adult doesn't mean you can't have a pillow fight. A love that's as light and airy as a floating feather.",
|
|
@@ -22,8 +24,10 @@ export const COZY_PLUSH_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
22
24
|
description: "The ultimate soft nest",
|
|
23
25
|
icon: "๐งธ",
|
|
24
26
|
imageUrl: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=800",
|
|
25
|
-
aiPrompt:
|
|
26
|
-
"
|
|
27
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
28
|
+
"a couple snuggled together on massive 2-meter tall cream-colored plush teddy bear in cozy living room, both facing camera with sleepy contented smiles, TV glow reflecting softly on happy faces, man in gray hoodie, woman in oversized cream sweater with messy bun wrapped together in chunky knit caramel blanket, warm string fairy lights draped around and scattered throw pillows on wooden floor in background",
|
|
29
|
+
"warm cozy ambient lighting from fairy lights and soft TV glow creating intimate atmosphere"
|
|
30
|
+
),
|
|
27
31
|
storyTemplate: createStoryTemplate(
|
|
28
32
|
"sink into the softest embrace ever",
|
|
29
33
|
"When the world outside is cold, they have their own plush paradise. A nest of comfort built for the sweetest dreams.",
|
|
@@ -36,8 +40,10 @@ export const COZY_PLUSH_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
|
|
|
36
40
|
icon: "โ๏ธ",
|
|
37
41
|
imageUrl:
|
|
38
42
|
"https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=800",
|
|
39
|
-
aiPrompt:
|
|
40
|
-
"
|
|
43
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
44
|
+
"a couple lying face-up on sea of fluffy white cloud-like cushions and soft mohair blankets, gazing at each other with peaceful dreamy smiles and fingers gently touching, man in soft white linen shirt, woman in delicate cream silk camisole, surrounded by endless white plush pillows and faux fur throws creating ethereal weightless environment, soft white atmosphere with gentle ambient glow",
|
|
45
|
+
"ethereal soft diffused lighting with pure white tones and heavenly glow from all directions"
|
|
46
|
+
),
|
|
41
47
|
storyTemplate: createStoryTemplate(
|
|
42
48
|
"float on a sea of soft dreams",
|
|
43
49
|
"They've found their own corner of heaven. A place where gravity doesn't exist and the only thing that matters is the softness they share.",
|
|
@@ -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 CREATIVE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -14,8 +14,10 @@ export const CREATIVE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
14
14
|
icon: "๐ท",
|
|
15
15
|
imageUrl:
|
|
16
16
|
"https://images.unsplash.com/photo-1452587925148-ce544e77e70d?w=800&auto=format&fit=crop&q=60",
|
|
17
|
-
aiPrompt:
|
|
18
|
-
"
|
|
17
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
18
|
+
"a couple as professional photographers on location, both facing camera with creative passionate smiles, man in olive green multi-pocket photographer vest over black henley holding Canon camera with telephoto lens, woman in denim jacket and vintage band tee with Nikon camera around neck and leather camera bag, scenic mountain meadow with wildflowers and dramatic clouds in background",
|
|
19
|
+
"magical golden hour sunlight with warm amber tones and soft lens flare"
|
|
20
|
+
),
|
|
19
21
|
storyTemplate: createStoryTemplate(
|
|
20
22
|
"capture the world through their lens",
|
|
21
23
|
"Together they frame not just photos, but memories. Every click is a moment of their love story.",
|
|
@@ -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 CULINARY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -14,8 +14,10 @@ export const CULINARY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
14
14
|
icon: "๐",
|
|
15
15
|
imageUrl:
|
|
16
16
|
"https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?w=800&auto=format&fit=crop&q=60",
|
|
17
|
-
aiPrompt:
|
|
18
|
-
"
|
|
17
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
18
|
+
"a romantic couple walking hand in hand through a beautiful vineyard, both facing camera with content genuine smiles, man wearing linen blazer and casual pants, woman in flowing sundress and sun hat, each holding crystal wine glasses with white wine, endless rows of lush green grapevines stretching into distance, rolling Tuscan hills and blue sky with soft clouds in background",
|
|
19
|
+
"warm golden afternoon sunlight, natural outdoor lighting, pastoral romantic atmosphere"
|
|
20
|
+
),
|
|
19
21
|
storyTemplate: createStoryTemplate(
|
|
20
22
|
"stroll through wine country",
|
|
21
23
|
"Among the vines, they toast to a love that only gets better with time, like the finest vintage.",
|
|
@@ -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 CULTURAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
10
|
{
|
|
@@ -16,8 +16,10 @@ export const CULTURAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
16
16
|
"https://v3b.fal.media/files/b/0a8a3e0e/s6SBpgKeHS3AL0ykrc4ac.jpg",
|
|
17
17
|
previewImageUrl:
|
|
18
18
|
"https://lh3.googleusercontent.com/aida-public/AB6AXuB7NHQEX8jKFPnEH9iS3W2NKLRHeLAnBfBB-qi8tDU-HPv0DFNgqNwANgIJIPv1O7B9YHC4E7GtVoSLLhm-tbWHGXh0bUcm20VxSsn-0GHO0AoPCz6NFkgKg2hwYzBWT9I0Ts7MaB7Ip86HB75mKBvrI_fRM38CncAz4K1ZKxFreFokuRp-V2VMO4CmOgBFHv6l36oRr-Pqx5l03ygPSVvSv6iZVNBi_dVdGNy8ERbBm6Ob5enFIbURqwb89AnoQL51yoeubQv65Kjc",
|
|
19
|
-
aiPrompt:
|
|
20
|
-
"
|
|
19
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
20
|
+
"a couple in traditional Japanese Edo period attire, both facing camera with gentle serene expressions, man in navy blue silk hakama and gray haori jacket with family crest, woman in elegant burgundy and gold silk kimono with floral obi sash and traditional kanzashi hair ornament, standing in serene Japanese temple garden with pink cherry blossom branches and wooden torii gate and koi pond with stone lantern in background",
|
|
21
|
+
"soft diffused overcast lighting with delicate pink tones from cherry blossoms"
|
|
22
|
+
),
|
|
21
23
|
storyTemplate: createStoryTemplate(
|
|
22
24
|
"step into traditional Japan",
|
|
23
25
|
"In the timeless elegance of the Edo period, their love story unfolds like a delicate fan painting.",
|
|
@@ -32,8 +34,10 @@ export const CULTURAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
32
34
|
"https://lh3.googleusercontent.com/aida-public/AB6AXuCTPP4dellqI7FGcpf0o1oJiiukArG5TpjxHZcdo3GRpl51Bq36tTyNevGOK3ns2eaH2jfL5q3V2tPhHBdNMXzzRu5C126OQb4sqNecwiXC7WIFxoVgqpaQtEt8qjQ0eZ15gFuCnhk4e3T4Mos0BZOCM7SflBdvJI2NIj-l-ro3pKH_SVWx7HZ5POS3PLS6G-frikx0jvDosiQhAuag4Cwg5Jew0d1WCYNWRVYoixsRwYUStUyb8ysq_ykvpYaLljvcnoGVzkrvdWgU",
|
|
33
35
|
previewImageUrl:
|
|
34
36
|
"https://v3b.fal.media/files/b/0a89baa4/lr98UkFQjWRDE7br8Nj6r.jpg",
|
|
35
|
-
aiPrompt:
|
|
36
|
-
"
|
|
37
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
38
|
+
"a couple as Ancient Egyptian pharaoh and queen, both facing camera with regal commanding expressions, man in golden Nemes headdress with cobra uraeus and blue and gold pectoral collar with pleated white linen kilt, woman in elaborate gold and lapis lazuli vulture crown with braided black wig and turquoise broad collar and white sheer linen gown, Great Pyramids of Giza silhouetted against dramatic orange and purple sunset sky with hieroglyph-covered obelisk in background",
|
|
39
|
+
"dramatic golden sunset lighting with warm amber and deep purple tones casting long shadows"
|
|
40
|
+
),
|
|
37
41
|
storyTemplate: createStoryTemplate(
|
|
38
42
|
"rule ancient Egypt together",
|
|
39
43
|
"Like the eternal pyramids, their bond transcends time, written in hieroglyphs of gold.",
|
|
@@ -49,8 +53,10 @@ export const CULTURAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
49
53
|
"https://lh3.googleusercontent.com/aida-public/AB6AXuC9aTZBLOrBoP4_wneQHqxdhMfoZ5dqRq_b8Vu4qopR9BrnUpHnzw1zw08sOvio-mGwdjMo31q7IJ9THFMUDGmSOR84IyMvDs_CdCmPVm61MuQWN5TraIUZzYRDNDMygi1_dqCPrMJboRovzAav_M6l-7yKlR25BPvkwcZ_T4TcWhqwqBF4cqhAG5wfUMS2IygeBDAC2qYREQCdARUjL3FBuNwz4qXy8TrFJhzykkcO5aKLYwW36z4tFcCTeHIiN1aIli9Vcxdq9wqb",
|
|
50
54
|
previewImageUrl:
|
|
51
55
|
"https://v3b.fal.media/files/b/0a89ba0d/FK1o-Yy-L1FiTAAd_SOdv.jpg",
|
|
52
|
-
aiPrompt:
|
|
53
|
-
"
|
|
56
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
57
|
+
"a couple in Ottoman palace miniature painting style, both facing camera with regal dignified expressions, man in richly embroidered emerald green kaftan with gold thread and white turban with ruby brooch, woman in elaborate crimson and gold brocade entari dress with pearl headpiece and delicate gold filigree jewelry, ornate Topkapi Palace interior with Iznik tile patterns in blue and turquoise and gilded calligraphy panels and carved wooden screens in background",
|
|
58
|
+
"flat even lighting characteristic of miniature painting with rich saturated jewel-tone colors and gold accents"
|
|
59
|
+
),
|
|
54
60
|
storyTemplate: createStoryTemplate(
|
|
55
61
|
"become part of palace art",
|
|
56
62
|
"Immortalized in the delicate brushstrokes of a master miniaturist, their love becomes timeless art.",
|
|
@@ -66,8 +72,10 @@ export const CULTURAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
|
66
72
|
"https://images.unsplash.com/photo-1524492412937-b28074a5d7da?w=800&auto=format&fit=crop&q=60",
|
|
67
73
|
previewImageUrl:
|
|
68
74
|
"https://v3b.fal.media/files/b/0a89ba32/Asyucw3VIpGtLMn109X-z.jpg",
|
|
69
|
-
aiPrompt:
|
|
70
|
-
"
|
|
75
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
76
|
+
"a couple in grand Bollywood wedding scene, both facing camera with vibrant romantic smiles in dramatic pose, man in rich burgundy sherwani with gold zari embroidery and matching turban with pearl sehra, woman in stunning red and gold bridal lehenga with heavy gold jewelry including maang tikka and choker and jhumka earrings and mehndi on hands, majestic white marble Taj Mahal or ornate Rajasthani palace with marigold garlands and rose petals floating in air in background",
|
|
77
|
+
"rich warm golden lighting with vibrant saturated colors and subtle cinematic flare"
|
|
78
|
+
),
|
|
71
79
|
storyTemplate: createStoryTemplate(
|
|
72
80
|
"star in their own Bollywood romance",
|
|
73
81
|
"With the grandeur of Indian cinema, their love story unfolds in vibrant colors and timeless melody.",
|
|
@@ -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 DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
5
5
|
{
|
|
@@ -9,8 +9,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
9
9
|
icon: "๐ฆ",
|
|
10
10
|
imageUrl:
|
|
11
11
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800",
|
|
12
|
-
aiPrompt:
|
|
13
|
-
"
|
|
12
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
13
|
+
"a couple in empty living room on moving day surrounded by cardboard boxes, both facing camera with exhausted but genuinely happy smiles, sitting on hardwood floor eating pepperoni pizza directly from box, man in gray sweatshirt with messy hair and tape gun beside him, woman in oversized flannel shirt with hair in messy ponytail and marker in hand, stacked moving boxes labeled in marker and bubble wrap scattered around",
|
|
14
|
+
"bright natural afternoon sunlight streaming through bare windows casting warm shadows on wood floors"
|
|
15
|
+
),
|
|
14
16
|
storyTemplate: createStoryTemplate(
|
|
15
17
|
"begin a new chapter in their own home",
|
|
16
18
|
"Amidst the chaos of boxes and tape, they've found the most important thing: a place where they finally belong, together.",
|
|
@@ -23,8 +25,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
23
25
|
icon: "๐งบ",
|
|
24
26
|
imageUrl:
|
|
25
27
|
"https://images.unsplash.com/photo-1545173168-9f1947eebb7f?w=800",
|
|
26
|
-
aiPrompt:
|
|
27
|
-
"
|
|
28
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
29
|
+
"a couple having fun doing laundry together in bright white laundry room, both facing camera with playful laughing expressions, man in gray t-shirt catching colorful striped sock being thrown at him, woman in white tank top and yoga pants mid-throw with mischievous grin, piles of colorful towels and clothes spilling from wicker basket and front-loading washer and dryer in background",
|
|
30
|
+
"bright cheerful domestic lighting with clean white walls and warm natural light from window"
|
|
31
|
+
),
|
|
28
32
|
storyTemplate: createStoryTemplate(
|
|
29
33
|
"make even the chores an adventure",
|
|
30
34
|
"They prove that it's not what you're doing, but who you're doing it with. Even laundry day is a highlight when spent together.",
|
|
@@ -36,8 +40,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
36
40
|
description: "2 AM conversations",
|
|
37
41
|
icon: "๐ฅช",
|
|
38
42
|
imageUrl: "https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=800",
|
|
39
|
-
aiPrompt:
|
|
40
|
-
"
|
|
43
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
44
|
+
"a couple sharing midnight snack in dimly lit kitchen, both facing camera with gentle tired smiles sitting on granite countertop, man in white undershirt with sleepy eyes holding half of turkey sandwich, woman in oversized boyfriend shirt with bare legs holding bowl of colorful cereal, single warm stove light illuminating their faces, dark city view through window above sink",
|
|
45
|
+
"warm amber glow from single stove hood light with cool blue moonlight through window"
|
|
46
|
+
),
|
|
41
47
|
storyTemplate: createStoryTemplate(
|
|
42
48
|
"share a secret midnight snack",
|
|
43
49
|
"The world is asleep, but their connection is wide awake. The best conversations always happen when the rest of the world is quiet.",
|
|
@@ -50,8 +56,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
50
56
|
icon: "๐ฑ",
|
|
51
57
|
imageUrl:
|
|
52
58
|
"https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?w=800",
|
|
53
|
-
aiPrompt:
|
|
54
|
-
"
|
|
59
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
60
|
+
"a couple planting together in small backyard garden, both facing camera with proud satisfied smiles, hands covered in rich dark soil, man kneeling in faded jeans and plaid shirt with terracotta pot and trowel, woman in denim overalls and sun hat placing small green sapling in freshly dug hole, raised garden beds with tomatoes and herbs and wooden fence with climbing roses in background",
|
|
61
|
+
"soft golden afternoon sunlight filtering through leaves with warm earthy tones"
|
|
62
|
+
),
|
|
55
63
|
storyTemplate: createStoryTemplate(
|
|
56
64
|
"plant the seeds of their shared future",
|
|
57
65
|
"Just like the trees they plant, their love takes time, care, and a lot of heart to grow into something magnificent.",
|
|
@@ -64,8 +72,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
64
72
|
icon: "๐ฒ",
|
|
65
73
|
imageUrl:
|
|
66
74
|
"https://images.unsplash.com/photo-1611195974226-a6a9be9dd763?w=800",
|
|
67
|
-
aiPrompt:
|
|
68
|
-
"
|
|
75
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
76
|
+
"a couple playing board games during power outage, both facing camera with mischievous playful smiles sitting on plush area rug, man in hoodie rolling dice over Monopoly board, woman wrapped in blanket holding playing cards with triumphant expression, multiple pillar candles and tea lights creating dancing shadows on walls, rain streaking and lightning flash visible through dark window in background",
|
|
77
|
+
"warm flickering candlelight with orange glow and dramatic dancing shadows on walls"
|
|
78
|
+
),
|
|
69
79
|
storyTemplate: createStoryTemplate(
|
|
70
80
|
"find light and laughter in the dark",
|
|
71
81
|
"When the power goes out, they spark their own light. No electricity needed for the chemistry they share.",
|
|
@@ -78,8 +88,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
78
88
|
icon: "๐ง",
|
|
79
89
|
imageUrl:
|
|
80
90
|
"https://images.unsplash.com/photo-1524758631624-e2822e304c36?w=800",
|
|
81
|
-
aiPrompt:
|
|
82
|
-
"
|
|
91
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
92
|
+
"a couple assembling IKEA furniture together, both facing camera with confused but laughing expressions, man sitting cross-legged in jeans holding instruction manual upside down with bewildered look, woman in casual dress holding Allen wrench and small screwdriver looking amused, scattered wooden panels and metal hardware and plastic bags of screws around them, partially assembled white bookshelf leaning precariously in foreground",
|
|
93
|
+
"bright daylight from nearby window with clean modern apartment interior"
|
|
94
|
+
),
|
|
83
95
|
storyTemplate: createStoryTemplate(
|
|
84
96
|
"conquer the ultimate relationship test",
|
|
85
97
|
"If they can survive building furniture together without a single argument, they can survive anything. Building a home, one screw at a time.",
|
|
@@ -92,8 +104,10 @@ export const DAILY_ESSENCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
|
|
|
92
104
|
icon: "โ",
|
|
93
105
|
imageUrl:
|
|
94
106
|
"https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?w=800",
|
|
95
|
-
aiPrompt:
|
|
96
|
-
"
|
|
107
|
+
aiPrompt: createPhotorealisticPrompt(
|
|
108
|
+
"a couple standing by large floor-to-ceiling window watching rainstorm, both facing window with serene contemplative expressions and arms wrapped around each other, man in chunky cream cable-knit sweater, woman in oversized gray cashmere cardigan with head resting on his shoulder, heavy rain streaking down glass with water droplets catching light, gray cityscape and moody clouds visible through rain-blurred window",
|
|
109
|
+
"soft diffused overcast light with cool blue-gray tones and warm interior glow"
|
|
110
|
+
),
|
|
97
111
|
storyTemplate: createStoryTemplate(
|
|
98
112
|
"find beauty in a rainy day",
|
|
99
113
|
"The world outside is gray and wet, but inside, their world is warm, colorful, and perfectly complete.",
|