mulmocast 1.2.0 → 1.2.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/assets/templates/akira_comic.json +1 -1
- package/assets/templates/ani.json +1 -1
- package/assets/templates/business.json +1 -1
- package/assets/templates/characters.json +1 -1
- package/assets/templates/children_book.json +1 -1
- package/assets/templates/coding.json +1 -1
- package/assets/templates/comic_strips.json +1 -1
- package/assets/templates/drslump_comic.json +1 -1
- package/assets/templates/ghibli_comic.json +1 -1
- package/assets/templates/ghibli_image_only.json +1 -1
- package/assets/templates/ghibli_shorts.json +1 -1
- package/assets/templates/ghost_comic.json +1 -1
- package/assets/templates/html.json +1 -1
- package/assets/templates/onepiece_comic.json +1 -1
- package/assets/templates/portrait_movie.json +1 -1
- package/assets/templates/realistic_movie.json +1 -1
- package/assets/templates/sensei_and_taro.json +1 -1
- package/assets/templates/shorts.json +1 -1
- package/assets/templates/trailer.json +1 -1
- package/lib/actions/movie.js +2 -2
- package/lib/agents/add_bgm_agent.js +2 -1
- package/lib/agents/image_openai_agent.js +1 -0
- package/lib/cli/commands/tool/prompt/handler.js +1 -1
- package/lib/data/promptTemplates.d.ts +9 -81
- package/lib/data/promptTemplates.js +58 -112
- package/lib/data/scriptTemplates.d.ts +2 -2
- package/lib/data/scriptTemplates.js +2 -0
- package/lib/data/templateDataSet.d.ts +0 -4
- package/lib/data/templateDataSet.js +21 -40
- package/lib/methods/mulmo_presentation_style.js +1 -1
- package/lib/methods/mulmo_studio_context.d.ts +1 -0
- package/lib/methods/mulmo_studio_context.js +7 -0
- package/lib/tools/dump_prompt.d.ts +2 -1
- package/lib/tools/dump_prompt.js +3 -2
- package/lib/types/agent.d.ts +1 -0
- package/lib/utils/utils.d.ts +0 -1
- package/lib/utils/utils.js +0 -3
- package/package.json +2 -3
- package/assets/templates/ani_ja.json +0 -44
- package/assets/templates/podcast_standard.json +0 -5
- package/assets/templates/text_and_image.json +0 -6
- package/assets/templates/text_only.json +0 -6
- package/scripts/test/test_hello_bgm_0.json +0 -21
- package/scripts/test/test_media_mock.json +0 -245
|
@@ -30,7 +30,6 @@ export const promptTemplates = [
|
|
|
30
30
|
type: "image",
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
|
-
provider: "openai",
|
|
34
33
|
style: "<style>AKIRA aesthetic.</style>",
|
|
35
34
|
},
|
|
36
35
|
movieParams: {
|
|
@@ -51,7 +50,7 @@ export const promptTemplates = [
|
|
|
51
50
|
},
|
|
52
51
|
},
|
|
53
52
|
scriptName: "image_prompts_template.json",
|
|
54
|
-
systemPrompt: "
|
|
53
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
55
54
|
title: "Akira style",
|
|
56
55
|
},
|
|
57
56
|
{
|
|
@@ -89,7 +88,6 @@ export const promptTemplates = [
|
|
|
89
88
|
type: "image",
|
|
90
89
|
},
|
|
91
90
|
},
|
|
92
|
-
provider: "openai",
|
|
93
91
|
style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
|
|
94
92
|
},
|
|
95
93
|
movieParams: {
|
|
@@ -111,72 +109,14 @@ export const promptTemplates = [
|
|
|
111
109
|
},
|
|
112
110
|
},
|
|
113
111
|
scriptName: "image_prompts_template.json",
|
|
114
|
-
systemPrompt: "
|
|
112
|
+
systemPrompt: "言葉づかいは思いっきりツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
|
|
115
113
|
title: "Presentation with Ani",
|
|
116
114
|
},
|
|
117
|
-
{
|
|
118
|
-
description: "Template for presentation with Ani in Japanese.",
|
|
119
|
-
filename: "ani_ja",
|
|
120
|
-
presentationStyle: {
|
|
121
|
-
$mulmocast: {
|
|
122
|
-
credit: "closing",
|
|
123
|
-
version: "1.1",
|
|
124
|
-
},
|
|
125
|
-
audioParams: {
|
|
126
|
-
audioVolume: 1,
|
|
127
|
-
bgm: {
|
|
128
|
-
kind: "url",
|
|
129
|
-
url: "https://github.com/receptron/mulmocast-media/raw/refs/heads/main/bgms/morning001.mp3",
|
|
130
|
-
},
|
|
131
|
-
bgmVolume: 0.2,
|
|
132
|
-
closingPadding: 0.8,
|
|
133
|
-
introPadding: 1,
|
|
134
|
-
outroPadding: 1,
|
|
135
|
-
padding: 0.3,
|
|
136
|
-
suppressSpeech: false,
|
|
137
|
-
},
|
|
138
|
-
canvasSize: {
|
|
139
|
-
height: 1536,
|
|
140
|
-
width: 1024,
|
|
141
|
-
},
|
|
142
|
-
imageParams: {
|
|
143
|
-
images: {
|
|
144
|
-
ani: {
|
|
145
|
-
source: {
|
|
146
|
-
kind: "url",
|
|
147
|
-
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ani.png",
|
|
148
|
-
},
|
|
149
|
-
type: "image",
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
provider: "openai",
|
|
153
|
-
style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
|
|
154
|
-
},
|
|
155
|
-
movieParams: {
|
|
156
|
-
model: "bytedance/seedance-1-lite",
|
|
157
|
-
provider: "replicate",
|
|
158
|
-
},
|
|
159
|
-
soundEffectParams: {
|
|
160
|
-
provider: "replicate",
|
|
161
|
-
},
|
|
162
|
-
speechParams: {
|
|
163
|
-
speakers: {
|
|
164
|
-
Presenter: {
|
|
165
|
-
provider: "nijivoice",
|
|
166
|
-
voiceId: "9d9ed276-49ee-443a-bc19-26e6136d05f0",
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
},
|
|
171
|
-
scriptName: "image_prompts_template.json",
|
|
172
|
-
systemPrompt: "Generate a Japanese script for a presentation of the given topic. 言葉づかいは少しツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
|
|
173
|
-
title: "Presentation with Ani in Japanese",
|
|
174
|
-
},
|
|
175
115
|
{
|
|
176
116
|
description: "Template for business presentation.",
|
|
177
117
|
filename: "business",
|
|
178
118
|
scriptName: "business.json",
|
|
179
|
-
systemPrompt: "
|
|
119
|
+
systemPrompt: "Use textSlides, markdown, mermaid, or chart to show slides. Extract image links in the article (from <img> tag) to reuse them in the presentation. Mention the reference in one of beats, if it exists. Use the JSON below as a template. chartData is the data for Chart.js",
|
|
180
120
|
title: "Business presentation",
|
|
181
121
|
},
|
|
182
122
|
{
|
|
@@ -222,7 +162,7 @@ export const promptTemplates = [
|
|
|
222
162
|
},
|
|
223
163
|
},
|
|
224
164
|
scriptName: "image_refs.json",
|
|
225
|
-
systemPrompt: "
|
|
165
|
+
systemPrompt: "Use multiple characters. Generate image prompts for each character, and make references to them in the beats. Use the JSON below as a template.",
|
|
226
166
|
title: "Story with multiple characters",
|
|
227
167
|
},
|
|
228
168
|
{
|
|
@@ -247,7 +187,6 @@ export const promptTemplates = [
|
|
|
247
187
|
width: 1536,
|
|
248
188
|
},
|
|
249
189
|
imageParams: {
|
|
250
|
-
provider: "openai",
|
|
251
190
|
style: "A hand-drawn style illustration with a warm, nostalgic atmosphere. The background is rich with natural scenery—lush forests, cloudy skies, and traditional Japanese architecture. Characters have expressive eyes, soft facial features, and are portrayed with gentle lighting and subtle shading. The color palette is muted yet vivid, using earthy tones and watercolor-like textures. The overall scene feels magical and peaceful, with a sense of quiet wonder and emotional depth, reminiscent of classic 1980s and 1990s Japanese animation.",
|
|
252
191
|
},
|
|
253
192
|
movieParams: {
|
|
@@ -268,14 +207,14 @@ export const promptTemplates = [
|
|
|
268
207
|
},
|
|
269
208
|
},
|
|
270
209
|
scriptName: "children_book.json",
|
|
271
|
-
systemPrompt: "
|
|
210
|
+
systemPrompt: "This script is for a children book. Each page (=beat) must haven an image prompt appropriate for the text.",
|
|
272
211
|
title: "Children Book",
|
|
273
212
|
},
|
|
274
213
|
{
|
|
275
214
|
description: "Template for software and coding presentation.",
|
|
276
215
|
filename: "coding",
|
|
277
216
|
scriptName: "coding.json",
|
|
278
|
-
systemPrompt: "
|
|
217
|
+
systemPrompt: "Use markdown with a code block to show some code on a slide. Avoid long coding examples, which may not fit in a single slide. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
279
218
|
title: "Coding presentation",
|
|
280
219
|
},
|
|
281
220
|
{
|
|
@@ -300,7 +239,6 @@ export const promptTemplates = [
|
|
|
300
239
|
width: 1536,
|
|
301
240
|
},
|
|
302
241
|
imageParams: {
|
|
303
|
-
provider: "openai",
|
|
304
242
|
style: "<style>A multi panel comic strips. 1990s American workplace humor. Clean, minimalist line art with muted colors. One character is a nerdy office worker with glasses</style>",
|
|
305
243
|
},
|
|
306
244
|
movieParams: {
|
|
@@ -321,7 +259,7 @@ export const promptTemplates = [
|
|
|
321
259
|
},
|
|
322
260
|
},
|
|
323
261
|
scriptName: "text_only_template.json",
|
|
324
|
-
systemPrompt: "
|
|
262
|
+
systemPrompt: "Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
325
263
|
title: "American Comic Strips",
|
|
326
264
|
},
|
|
327
265
|
{
|
|
@@ -355,7 +293,6 @@ export const promptTemplates = [
|
|
|
355
293
|
type: "image",
|
|
356
294
|
},
|
|
357
295
|
},
|
|
358
|
-
provider: "openai",
|
|
359
296
|
style: "<style>Dragon Ball/Dr. Slump aesthetic.</style>",
|
|
360
297
|
},
|
|
361
298
|
movieParams: {
|
|
@@ -376,7 +313,7 @@ export const promptTemplates = [
|
|
|
376
313
|
},
|
|
377
314
|
},
|
|
378
315
|
scriptName: "image_prompts_template.json",
|
|
379
|
-
systemPrompt: "
|
|
316
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
380
317
|
title: "Dr. Slump Style",
|
|
381
318
|
},
|
|
382
319
|
{
|
|
@@ -410,7 +347,6 @@ export const promptTemplates = [
|
|
|
410
347
|
type: "image",
|
|
411
348
|
},
|
|
412
349
|
},
|
|
413
|
-
provider: "openai",
|
|
414
350
|
style: "<style>Ghibli style</style>",
|
|
415
351
|
},
|
|
416
352
|
movieParams: {
|
|
@@ -431,7 +367,7 @@ export const promptTemplates = [
|
|
|
431
367
|
},
|
|
432
368
|
},
|
|
433
369
|
scriptName: "image_prompts_template.json",
|
|
434
|
-
systemPrompt: "
|
|
370
|
+
systemPrompt: "Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
435
371
|
title: "Ghibli comic style",
|
|
436
372
|
},
|
|
437
373
|
{
|
|
@@ -465,7 +401,6 @@ export const promptTemplates = [
|
|
|
465
401
|
type: "image",
|
|
466
402
|
},
|
|
467
403
|
},
|
|
468
|
-
provider: "openai",
|
|
469
404
|
style: "<style>Ghibli style</style>",
|
|
470
405
|
},
|
|
471
406
|
movieParams: {
|
|
@@ -486,7 +421,7 @@ export const promptTemplates = [
|
|
|
486
421
|
},
|
|
487
422
|
},
|
|
488
423
|
scriptName: "image_prompt_only_template.json",
|
|
489
|
-
systemPrompt: "
|
|
424
|
+
systemPrompt: "Another AI will generate an image for each beat based on the text description of that beat. Use the JSON below as a template.",
|
|
490
425
|
title: "Ghibli comic image-only",
|
|
491
426
|
},
|
|
492
427
|
{
|
|
@@ -520,7 +455,6 @@ export const promptTemplates = [
|
|
|
520
455
|
type: "image",
|
|
521
456
|
},
|
|
522
457
|
},
|
|
523
|
-
provider: "openai",
|
|
524
458
|
style: "<style>Ghibli style</style>",
|
|
525
459
|
},
|
|
526
460
|
movieParams: {
|
|
@@ -542,7 +476,7 @@ export const promptTemplates = [
|
|
|
542
476
|
},
|
|
543
477
|
},
|
|
544
478
|
scriptName: "image_prompts_template.json",
|
|
545
|
-
systemPrompt: "
|
|
479
|
+
systemPrompt: "This script is for YouTube shorts. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
546
480
|
title: "Ghibli style for YouTube Shorts",
|
|
547
481
|
},
|
|
548
482
|
{
|
|
@@ -583,7 +517,6 @@ export const promptTemplates = [
|
|
|
583
517
|
type: "image",
|
|
584
518
|
},
|
|
585
519
|
},
|
|
586
|
-
provider: "openai",
|
|
587
520
|
style: "<style>Ghost in the shell aesthetic.</style>",
|
|
588
521
|
},
|
|
589
522
|
movieParams: {
|
|
@@ -604,14 +537,53 @@ export const promptTemplates = [
|
|
|
604
537
|
},
|
|
605
538
|
},
|
|
606
539
|
scriptName: "image_prompts_template.json",
|
|
607
|
-
systemPrompt: "
|
|
540
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
608
541
|
title: "Ghost in the shell style",
|
|
609
542
|
},
|
|
610
543
|
{
|
|
611
544
|
description: "Template for business presentation in HTML.",
|
|
612
545
|
filename: "html",
|
|
546
|
+
presentationStyle: {
|
|
547
|
+
$mulmocast: {
|
|
548
|
+
credit: "closing",
|
|
549
|
+
version: "1.1",
|
|
550
|
+
},
|
|
551
|
+
audioParams: {
|
|
552
|
+
audioVolume: 1,
|
|
553
|
+
bgmVolume: 0.2,
|
|
554
|
+
closingPadding: 0.8,
|
|
555
|
+
introPadding: 1,
|
|
556
|
+
outroPadding: 1,
|
|
557
|
+
padding: 0.3,
|
|
558
|
+
suppressSpeech: false,
|
|
559
|
+
},
|
|
560
|
+
canvasSize: {
|
|
561
|
+
height: 1024,
|
|
562
|
+
width: 1536,
|
|
563
|
+
},
|
|
564
|
+
imageParams: {
|
|
565
|
+
images: {},
|
|
566
|
+
provider: "openai",
|
|
567
|
+
},
|
|
568
|
+
movieParams: {
|
|
569
|
+
provider: "replicate",
|
|
570
|
+
},
|
|
571
|
+
soundEffectParams: {
|
|
572
|
+
provider: "replicate",
|
|
573
|
+
},
|
|
574
|
+
speechParams: {
|
|
575
|
+
speakers: {
|
|
576
|
+
Presenter: {
|
|
577
|
+
displayName: {
|
|
578
|
+
en: "Presenter",
|
|
579
|
+
},
|
|
580
|
+
voiceId: "shimmer",
|
|
581
|
+
},
|
|
582
|
+
},
|
|
583
|
+
},
|
|
584
|
+
},
|
|
613
585
|
scriptName: "html.json",
|
|
614
|
-
systemPrompt: "
|
|
586
|
+
systemPrompt: "Another LLM will generate actual slides from the prompt and data for each beat. Adding optional data would help it to generate more compelling slide. Mention the reference in one of beats, if it exists. The valid type of reference is 'article', 'paper', 'image', 'video', 'audio'. Use the JSON below as a template.",
|
|
615
587
|
title: "Business presentation in HTML",
|
|
616
588
|
},
|
|
617
589
|
{
|
|
@@ -645,7 +617,6 @@ export const promptTemplates = [
|
|
|
645
617
|
type: "image",
|
|
646
618
|
},
|
|
647
619
|
},
|
|
648
|
-
provider: "openai",
|
|
649
620
|
style: "<style>One Piece aesthetic.</style>",
|
|
650
621
|
},
|
|
651
622
|
movieParams: {
|
|
@@ -666,15 +637,9 @@ export const promptTemplates = [
|
|
|
666
637
|
},
|
|
667
638
|
},
|
|
668
639
|
scriptName: "image_prompts_template.json",
|
|
669
|
-
systemPrompt: "
|
|
640
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
670
641
|
title: "One Piece style",
|
|
671
642
|
},
|
|
672
|
-
{
|
|
673
|
-
description: "Generic. No template.",
|
|
674
|
-
filename: "podcast_standard",
|
|
675
|
-
systemPrompt: "Please generate a podcast script based on the topic provided by the user.",
|
|
676
|
-
title: "Generic",
|
|
677
|
-
},
|
|
678
643
|
{
|
|
679
644
|
description: "Template for photo realistic movie in portrait mode.",
|
|
680
645
|
filename: "portrait_movie",
|
|
@@ -706,7 +671,6 @@ export const promptTemplates = [
|
|
|
706
671
|
type: "image",
|
|
707
672
|
},
|
|
708
673
|
},
|
|
709
|
-
provider: "openai",
|
|
710
674
|
style: "<style>Photo realistic, cinematic.</style>",
|
|
711
675
|
},
|
|
712
676
|
movieParams: {
|
|
@@ -727,7 +691,7 @@ export const promptTemplates = [
|
|
|
727
691
|
},
|
|
728
692
|
},
|
|
729
693
|
scriptName: "movie_prompts_template.json",
|
|
730
|
-
systemPrompt: "
|
|
694
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
731
695
|
title: "Photo realistic movie (portrait)",
|
|
732
696
|
},
|
|
733
697
|
{
|
|
@@ -761,7 +725,6 @@ export const promptTemplates = [
|
|
|
761
725
|
type: "image",
|
|
762
726
|
},
|
|
763
727
|
},
|
|
764
|
-
provider: "openai",
|
|
765
728
|
style: "<style>Photo realistic, cinematic.</style>",
|
|
766
729
|
},
|
|
767
730
|
movieParams: {
|
|
@@ -782,7 +745,7 @@ export const promptTemplates = [
|
|
|
782
745
|
},
|
|
783
746
|
},
|
|
784
747
|
scriptName: "movie_prompts_template.json",
|
|
785
|
-
systemPrompt: "
|
|
748
|
+
systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
786
749
|
title: "Photo realistic movie template",
|
|
787
750
|
},
|
|
788
751
|
{
|
|
@@ -807,7 +770,6 @@ export const promptTemplates = [
|
|
|
807
770
|
width: 1536,
|
|
808
771
|
},
|
|
809
772
|
imageParams: {
|
|
810
|
-
provider: "openai",
|
|
811
773
|
style: "<style>Ghibli style. Student (Taro) is a young teenager with a dark short hair with glasses. Teacher is a middle-aged man with grey hair and moustache.</style>",
|
|
812
774
|
},
|
|
813
775
|
movieParams: {
|
|
@@ -843,7 +805,7 @@ export const promptTemplates = [
|
|
|
843
805
|
},
|
|
844
806
|
},
|
|
845
807
|
scriptName: "sensei_and_taro.json",
|
|
846
|
-
systemPrompt: "
|
|
808
|
+
systemPrompt: "全てを高校生にも分かるように、太郎くん(Student)と先生(Teacher)の会話、という形の台本にして。ただし要点はしっかりと押さえて。以下に別のトピックに関するサンプルを貼り付けます。このJSONフォーマットに従って。",
|
|
847
809
|
title: "Student and Teacher",
|
|
848
810
|
},
|
|
849
811
|
{
|
|
@@ -867,7 +829,6 @@ export const promptTemplates = [
|
|
|
867
829
|
width: 720,
|
|
868
830
|
},
|
|
869
831
|
imageParams: {
|
|
870
|
-
provider: "openai",
|
|
871
832
|
style: "<style>Photo realistic, cinematic.</style>",
|
|
872
833
|
},
|
|
873
834
|
movieParams: {
|
|
@@ -888,23 +849,9 @@ export const promptTemplates = [
|
|
|
888
849
|
},
|
|
889
850
|
},
|
|
890
851
|
scriptName: "movie_prompts_template.json",
|
|
891
|
-
systemPrompt: "
|
|
852
|
+
systemPrompt: "This script is for YouTube shorts. The first beat should be a hook, which describes the topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
|
|
892
853
|
title: "Short movie template",
|
|
893
854
|
},
|
|
894
|
-
{
|
|
895
|
-
description: "Template for Text and Image Script.",
|
|
896
|
-
filename: "text_and_image",
|
|
897
|
-
scriptName: "image_prompts_template.json",
|
|
898
|
-
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the imagePrompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
899
|
-
title: "Text and Image",
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
description: "Template for Text Only Script.",
|
|
903
|
-
filename: "text_only",
|
|
904
|
-
scriptName: "text_only_template.json",
|
|
905
|
-
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
906
|
-
title: "Text Only",
|
|
907
|
-
},
|
|
908
855
|
{
|
|
909
856
|
description: "Template for A Movie Trailer.",
|
|
910
857
|
filename: "trailer",
|
|
@@ -930,7 +877,6 @@ export const promptTemplates = [
|
|
|
930
877
|
width: 1280,
|
|
931
878
|
},
|
|
932
879
|
imageParams: {
|
|
933
|
-
provider: "openai",
|
|
934
880
|
style: "<style>Photo realistic, cinematic.</style>",
|
|
935
881
|
},
|
|
936
882
|
movieParams: {
|
|
@@ -951,7 +897,7 @@ export const promptTemplates = [
|
|
|
951
897
|
},
|
|
952
898
|
},
|
|
953
899
|
scriptName: "movie_prompts_no_text_template.json",
|
|
954
|
-
systemPrompt: "
|
|
900
|
+
systemPrompt: "This script is for a movie trailer. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
|
|
955
901
|
title: "Movie Trailer template",
|
|
956
902
|
},
|
|
957
903
|
];
|
|
@@ -445,8 +445,8 @@ export declare const scriptTemplates: ({
|
|
|
445
445
|
};
|
|
446
446
|
};
|
|
447
447
|
};
|
|
448
|
+
lang: string;
|
|
448
449
|
title: string;
|
|
449
|
-
lang?: undefined;
|
|
450
450
|
references?: undefined;
|
|
451
451
|
htmlImageParams?: undefined;
|
|
452
452
|
movieParams?: undefined;
|
|
@@ -647,8 +647,8 @@ export declare const scriptTemplates: ({
|
|
|
647
647
|
lang: string;
|
|
648
648
|
};
|
|
649
649
|
filename: string;
|
|
650
|
+
lang: string;
|
|
650
651
|
title: string;
|
|
651
|
-
lang?: undefined;
|
|
652
652
|
references?: undefined;
|
|
653
653
|
htmlImageParams?: undefined;
|
|
654
654
|
imageParams?: undefined;
|
|
@@ -601,6 +601,7 @@ export const scriptTemplates = [
|
|
|
601
601
|
},
|
|
602
602
|
},
|
|
603
603
|
},
|
|
604
|
+
lang: "en",
|
|
604
605
|
title: "[TITLE OF THE PRESENTAITON OR STORY]",
|
|
605
606
|
},
|
|
606
607
|
{
|
|
@@ -1094,6 +1095,7 @@ export const scriptTemplates = [
|
|
|
1094
1095
|
lang: "en",
|
|
1095
1096
|
},
|
|
1096
1097
|
filename: "voice_over",
|
|
1098
|
+
lang: "en",
|
|
1097
1099
|
title: "Voice Over Test",
|
|
1098
1100
|
},
|
|
1099
1101
|
];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export declare const templateDataSet: {
|
|
2
2
|
akira_comic: string;
|
|
3
3
|
ani: string;
|
|
4
|
-
ani_ja: string;
|
|
5
4
|
business: string;
|
|
6
5
|
characters: string;
|
|
7
6
|
children_book: string;
|
|
@@ -14,12 +13,9 @@ export declare const templateDataSet: {
|
|
|
14
13
|
ghost_comic: string;
|
|
15
14
|
html: string;
|
|
16
15
|
onepiece_comic: string;
|
|
17
|
-
podcast_standard: string;
|
|
18
16
|
portrait_movie: string;
|
|
19
17
|
realistic_movie: string;
|
|
20
18
|
sensei_and_taro: string;
|
|
21
19
|
shorts: string;
|
|
22
|
-
text_and_image: string;
|
|
23
|
-
text_only: string;
|
|
24
20
|
trailer: string;
|
|
25
21
|
};
|