Refactor GTM Architect to v2: Python-driven architecture, 9-phase process, new DB and Docker setup
This commit is contained in:
28
k-pop-thumbnail-genie/constants.ts
Normal file
28
k-pop-thumbnail-genie/constants.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
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.',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user