29 lines
675 B
TypeScript
29 lines
675 B
TypeScript
|
|
export const PROMPT_TEMPLATES = [
|
|
{
|
|
id: 'reunion',
|
|
title: 'Emotional Reunion',
|
|
description: 'A touching and heartfelt reunion scene.',
|
|
},
|
|
{
|
|
id: 'playful',
|
|
title: 'Playful Interaction',
|
|
description: 'A fun, teasing, or lighthearted moment.',
|
|
},
|
|
{
|
|
id: 'magazine',
|
|
title: 'Magazine Cover',
|
|
description: 'A high-fashion, photoshoot-style composition.',
|
|
},
|
|
{
|
|
id: 'eye-contact',
|
|
title: 'Direct Eye Contact',
|
|
description: 'One or more subjects looking directly at the viewer.',
|
|
},
|
|
{
|
|
id: 'dramatic',
|
|
title: 'K-Drama Poster',
|
|
description: 'A dramatic, poster-like scene with emotional lighting.',
|
|
},
|
|
];
|