jbilcke-hf HF staff commited on
Commit
2a0ab6f
1 Parent(s): d71e088

working on a new approach for prompting sequences

Browse files
Files changed (4) hide show
  1. converter.js +25 -23
  2. database.json +256 -0
  3. scripts/censorship.sh +3 -1
  4. src/prompts.mts +17 -0
converter.js CHANGED
@@ -1,27 +1,27 @@
1
  const { v4 } = require('uuid')
2
- const raw ={
3
- "input": "3D animation, blender renderings, simulations showcasing a variety of different effects",
4
- "captions": [
5
-
6
- "stunning 3D video of rippling water waves, reflected on hovering metal beads in an underwater setting. Rendered in Blender with subtle, whaling ambient light, captured in 8K UHD.",
7
-
8
- "high-quality 3D animation of a cloth-like structure falling in a windless room, displaying the realistic physics of fabric movement. Rendered in ultra-detailed Blender, shot in 4K Cinema4D.",
9
-
10
- "splendid video showing the fluid simulation of liquids as they interact with static and moving objects, set in a minimalistic, clean environment. Captured with 4K Cinema4D, showcases Blender render.",
11
-
12
- "detailed 3D animation of cellular automata, using simple elements to create complex patterns in a uniform space. Exhibits award-winning lighting techniques and Blender rendering, shot in Cinema4D studio quality.",
13
 
14
- "fabulous Blender rendering of a high-speed camera capture of metal beads impacting a flat surface, displaying brilliant n-body collision physics. Captured at a ripe evening with Cinema4D.",
 
15
 
16
- "breathtakingly crisp 3D animation featuring a fluid mechanism, where treacle-thick liquid pours into a large vat. Beautifully lit by diffused, soft light. Rendered in Blender, captured at 8K UHD with Cinema4D.",
17
-
18
- "surreal yet hyper-realistic 3D animation of cloth simulation, showcasing the realism of Blender's material simulation capabilities. With studio lighting illuminating the scene, shot at close-up with Cinema4D.",
19
-
20
- "contemporary fine-art 3D animation showcasing the stunning interaction between thousands of metal beads under n-body simulation. Rendered with precision in Blender and captured at a high detail with Cinema4D.",
21
-
22
- "Blender-rendered 3D animation of a glass cube falling into a pool of liquid, captured to showcase fluid dynamics and refraction of light effects. Caught under a soft diffused light with Cinema4D.",
23
-
24
- "impressive 3D animation, of cellular automata, forming fascinating patterns in a confined environment. The geometrically exact elements are rendered with Blender. Shot at dusk, in crisp 8K UHD with Cinema4D."
 
 
 
 
 
 
 
 
25
  ]
26
  }
27
  const result = {
@@ -29,10 +29,12 @@ const result = {
29
  "skip": false,
30
  "lastGenerationAt": "",
31
  "videoPrompt": raw.input,
32
- "audioPrompt": "electronic goal music from the 90s",
33
  "tags": [
34
  "trailer",
35
- "cgi"
 
 
36
  ],
37
  "channel": "main",
38
  "shots": raw.captions.map((cap, i) => ({
 
1
  const { v4 } = require('uuid')
2
+ const raw = {
3
+ "input": "Scenes from a movie about a young magician who explore a damp, misty forest, see a majestic deer, who transform into a beautiful and friendly witch, which talks to the magician. She gives him a magical wand. The magician travels back to his magical school of magic on his witch broom, just in time to fight a huge orc goblin which is trying to destroy the magical school. The magical schools is beautiful, looking a bit like an eerie chapel, alone in the middle of a misty lake. The shots should all be beautiful, using appropriate large or shot range shots, with golden hour for the castle shot, nice camera movement etc.",
 
 
 
 
 
 
 
 
 
4
 
5
+ "captions": [
6
+ "Photorealistic movie shot of a young magician, with his navy blue wizard robes adorned with silver moons and stars, his brown leather boots, and his feathered hat stepping hesitantly into a damp, misty forest filled with moss-laden ancient trees and ferns underbrush in the morning light, shot in Cinema 4D, showcasing a high degree of photorealism.",
7
 
8
+ "Cinematic video of a majestic deer, its majestic antlers laced with flourishing green foliage, emerging from the foggy backdrop bathed in the warm glow of the morning sun, forming a stark contrast against the earthly hues of the surrounding misty forest, captured in 8K UHD, to unveil the breathtakingly realistic details.",
9
+
10
+ "Cinematic rendition of the deer morphing into the earth-toned witch, in ethereal display of light and magical elements, the misty forest alive with twinkling fairy lights that perfectly mimic the real world counterparts, shot in 4k UHD, reveling in its award-winning photorealism.",
11
+
12
+ "Movie scene of the witch and the young magician, dressed in his navy robe with starry print, in earnest conversation on a moss-covered bridge, washed in the dewy morn's light, with their expressive eyes twinkling, the Cinema 4D camera movement emulating the human eyes' attention to detail.",
13
+
14
+ "Feature film quality shot of the kind witch, in her botanical-themed earthy toned robe, gifting the young magician, in his iconic starry, navy robe, the intricately designed magical wand aglow with magical energy, in the dimly lit yet mystifying forest, brought to life in unparalleled photorealistic detail by an 8K UHD camera.",
15
+
16
+ "HD video in Cinema 4D capturing the young magician in his navy blue robes, etched with silver stars and moons, his feathered hat still firmly in place, riding his enchanted broomstick over lush forests, under the morning sky painted with pastel hues, showcasing its award-winning photorealistic details.",
17
+
18
+ "Photorealistic, wide-angle video of the grand magical school, resembling a serene, slightly eerie chapel, in the middle of a misty lake, bathed in the ethereal glow of the setting sun, masterfully captured in 8K UHD that showcases each texture, color, and the play of lights and shadows in high detail.",
19
+
20
+ "Award winning movie snapshot of the looming Orc Goblin, its hideous features enhanced by the subtly dramatic sunlight, emerging ominously onto the school's sacred grounds, painted in sharp, realistic detail and contrasted against the seemingly tranquil lake and verdant surroundings, all captured in 4K UHD with photorealistic CGI effects.",
21
+
22
+ "High quality 4k UHD video featuring the young magician, still garbed in his signature navy robes adorned with silver moons and stars, ready to confront the monster through the plush velvet drapes and marble archways of the school, the surrounding fog adding a sense of ethereal beauty to the tense scenario, captured in ultra-realistic Cinema 4D.",
23
+
24
+ "Cinematic highlight video in 4K quality portraying the young magician, in his iconic wizard outfit with shimmering moons and stars, standing defiantly as he casts a spell that illuminates the ornate interiors of the dark school, serving a visual feast of rich colors, deep shadows, and flawless textures, embodying the true essence of ultra-realistic cinematography."
25
  ]
26
  }
27
  const result = {
 
29
  "skip": false,
30
  "lastGenerationAt": "",
31
  "videoPrompt": raw.input,
32
+ "audioPrompt": "epic orchestral music, for a movie about magicians",
33
  "tags": [
34
  "trailer",
35
+ "cinema",
36
+ "fantasy",
37
+ "adventure"
38
  ],
39
  "channel": "main",
40
  "shots": raw.captions.map((cap, i) => ({
database.json CHANGED
@@ -2,6 +2,261 @@
2
  "version": 1,
3
  "startAtShotId": "",
4
  "sequences": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  {
6
  "sequenceId": "d344637d-247f-4dd1-8700-02741f36a94a",
7
  "skip": true,
@@ -6652,6 +6907,7 @@
6652
  {
6653
  "sequenceId": "d6f9a6de-d500-4cb3-accd-33a5a1e42b7f",
6654
  "lastGenerationAt": "",
 
6655
  "videoPrompt": "A real movie about evil mages and orcs attacking a castle of knights, in the style of Michael Bay. Some scenes include: cutting down trees, building siege weapons at night, attacking the castle in the morning, sending a dragon to attack, knights defending, a huge battle outside the castle, and the aftermath of the battle.",
6656
  "audioPrompt": "ambient deep house, drum machine, synth",
6657
  "tags": [
 
2
  "version": 1,
3
  "startAtShotId": "",
4
  "sequences": [
5
+ {
6
+ "sequenceId": "a3bfac15-2f5d-4708-812c-50ab82271cf4",
7
+ "skip": false,
8
+ "lastGenerationAt": "",
9
+ "videoPrompt": "Scenes from a movie about a young magician who explore a damp, misty forest, see a majestic deer, who transform into a beautiful and friendly witch, which talks to the magician. She gives him a magical wand. The magician travels back to his magical school of magic on his witch broom, just in time to fight a huge orc goblin which is trying to destroy the magical school. The magical schools is beautiful, looking a bit like an eerie chapel, alone in the middle of a misty lake. The shots should all be beautiful, using appropriate large or shot range shots, with golden hour for the castle shot, nice camera movement etc.",
10
+ "audioPrompt": "epic orchestral music, for a movie about magicians",
11
+ "tags": [
12
+ "trailer",
13
+ "cinema",
14
+ "fantasy",
15
+ "adventure"
16
+ ],
17
+ "channel": "main",
18
+ "shots": [
19
+ {
20
+ "shotId": "85205b4a-9b63-48c1-a889-3759b7b8c315",
21
+ "index": 0,
22
+ "lastGenerationAt": "",
23
+ "videoPrompt": "Photorealistic movie shot of a young magician, with his navy blue wizard robes adorned with silver moons and stars, his brown leather boots, and his feathered hat stepping hesitantly into a damp, misty forest filled with moss-laden ancient trees and ferns underbrush in the morning light, shot in Cinema 4D, showcasing a high degree of photorealism.",
24
+ "audioPrompt": ""
25
+ },
26
+ {
27
+ "shotId": "190861de-f935-45e2-90da-77e38d5d4824",
28
+ "index": 1,
29
+ "lastGenerationAt": "",
30
+ "videoPrompt": "Cinematic video of a majestic deer, its majestic antlers laced with flourishing green foliage, emerging from the foggy backdrop bathed in the warm glow of the morning sun, forming a stark contrast against the earthly hues of the surrounding misty forest, captured in 8K UHD, to unveil the breathtakingly realistic details.",
31
+ "audioPrompt": ""
32
+ },
33
+ {
34
+ "shotId": "31d64e86-dbfd-4531-a8a2-a89cf11702eb",
35
+ "index": 2,
36
+ "lastGenerationAt": "",
37
+ "videoPrompt": "Cinematic rendition of the deer morphing into the earth-toned witch, in ethereal display of light and magical elements, the misty forest alive with twinkling fairy lights that perfectly mimic the real world counterparts, shot in 4k UHD, reveling in its award-winning photorealism.",
38
+ "audioPrompt": ""
39
+ },
40
+ {
41
+ "shotId": "973e27e8-ad45-4755-b8f0-ef83ea9a4c01",
42
+ "index": 3,
43
+ "lastGenerationAt": "",
44
+ "videoPrompt": "Movie scene of the witch and the young magician, dressed in his navy robe with starry print, in earnest conversation on a moss-covered bridge, washed in the dewy morn's light, with their expressive eyes twinkling, the Cinema 4D camera movement emulating the human eyes' attention to detail.",
45
+ "audioPrompt": ""
46
+ },
47
+ {
48
+ "shotId": "b7dab4bf-1446-487c-839f-edad3863857d",
49
+ "index": 4,
50
+ "lastGenerationAt": "",
51
+ "videoPrompt": "Feature film quality shot of the kind witch, in her botanical-themed earthy toned robe, gifting the young magician, in his iconic starry, navy robe, the intricately designed magical wand aglow with magical energy, in the dimly lit yet mystifying forest, brought to life in unparalleled photorealistic detail by an 8K UHD camera.",
52
+ "audioPrompt": ""
53
+ },
54
+ {
55
+ "shotId": "fa169a1f-8f90-4df6-afce-34ab51b53bc7",
56
+ "index": 5,
57
+ "lastGenerationAt": "",
58
+ "videoPrompt": "HD video in Cinema 4D capturing the young magician in his navy blue robes, etched with silver stars and moons, his feathered hat still firmly in place, riding his enchanted broomstick over lush forests, under the morning sky painted with pastel hues, showcasing its award-winning photorealistic details.",
59
+ "audioPrompt": ""
60
+ },
61
+ {
62
+ "shotId": "cccaf212-1b6a-435d-b4cb-907ddb089cc7",
63
+ "index": 6,
64
+ "lastGenerationAt": "",
65
+ "videoPrompt": "Photorealistic, wide-angle video of the grand magical school, resembling a serene, slightly eerie chapel, in the middle of a misty lake, bathed in the ethereal glow of the setting sun, masterfully captured in 8K UHD that showcases each texture, color, and the play of lights and shadows in high detail.",
66
+ "audioPrompt": ""
67
+ },
68
+ {
69
+ "shotId": "fab882ec-fc46-438c-bbb2-3b5eb8fa4fa1",
70
+ "index": 7,
71
+ "lastGenerationAt": "",
72
+ "videoPrompt": "Award winning movie snapshot of the looming Orc Goblin, its hideous features enhanced by the subtly dramatic sunlight, emerging ominously onto the school's sacred grounds, painted in sharp, realistic detail and contrasted against the seemingly tranquil lake and verdant surroundings, all captured in 4K UHD with photorealistic CGI effects.",
73
+ "audioPrompt": ""
74
+ },
75
+ {
76
+ "shotId": "a78a622d-e996-4238-bf78-119923019548",
77
+ "index": 8,
78
+ "lastGenerationAt": "",
79
+ "videoPrompt": "High quality 4k UHD video featuring the young magician, still garbed in his signature navy robes adorned with silver moons and stars, ready to confront the monster through the plush velvet drapes and marble archways of the school, the surrounding fog adding a sense of ethereal beauty to the tense scenario, captured in ultra-realistic Cinema 4D.",
80
+ "audioPrompt": ""
81
+ },
82
+ {
83
+ "shotId": "285d716e-b964-4ab8-baa3-8bfd9a0c5601",
84
+ "index": 9,
85
+ "lastGenerationAt": "",
86
+ "videoPrompt": "Cinematic highlight video in 4K quality portraying the young magician, in his iconic wizard outfit with shimmering moons and stars, standing defiantly as he casts a spell that illuminates the ornate interiors of the dark school, serving a visual feast of rich colors, deep shadows, and flawless textures, embodying the true essence of ultra-realistic cinematography.",
87
+ "audioPrompt": ""
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "sequenceId": "4cefc2ae-3cd4-464d-bb3b-95f6d2280e2a",
93
+ "skip": false,
94
+ "lastGenerationAt": "",
95
+ "videoPrompt": "Compilation of timelapses of various trees and plants growing up",
96
+ "audioPrompt": "eery and rythmic electronic music",
97
+ "tags": [
98
+ "trailer",
99
+ "documentary"
100
+ ],
101
+ "channel": "main",
102
+ "shots": [
103
+ {
104
+ "shotId": "e38afc29-798a-41c7-b07a-883216cef452",
105
+ "index": 0,
106
+ "lastGenerationAt": "",
107
+ "videoPrompt": "Photorealistic timelapse of a blooming cherry blossom tree in a traditional Japanese garden, warm evening sunlight filters through the petals creating soft shadows on the clouded gravel below, accompanied by an ancient stone lantern. Detailed flora, sakura petals replicating natural color gradients, cinematic style, realistic textures, high quality, trending on artstation, movie scene.",
108
+ "audioPrompt": ""
109
+ },
110
+ {
111
+ "shotId": "ff8c9ed9-d08f-4977-9c89-5d1ac3ea0859",
112
+ "index": 1,
113
+ "lastGenerationAt": "",
114
+ "videoPrompt": "Cinematic, detailed, photorealistic timelapse of a cactus plant growing, nestled between arid desert rocks under a blue dome of cloudless sky, sun journeying from average height to sunset casting long dramatic shadows, intricate texture of cactus' skin, precise representation of dry desert environment, award-winning quality, trending on artstation, movie-like presentation.",
115
+ "audioPrompt": ""
116
+ },
117
+ {
118
+ "shotId": "9852be7e-3883-4aec-8caf-0d986644e7bf",
119
+ "index": 2,
120
+ "lastGenerationAt": "",
121
+ "videoPrompt": "Ultra realistic timelapse in digital paint style of an oak tree growing in a lush, green forest, surrounded by diverse plants and undergrowth, sunlight trickles through the dense canopy above casting dynamic, shifting shadows, environment rich in colors and highly detailed textures, cinematic, trending on artstation, movie scene.",
122
+ "audioPrompt": ""
123
+ },
124
+ {
125
+ "shotId": "91918b12-5747-423e-91c1-d14bfe133f3e",
126
+ "index": 3,
127
+ "lastGenerationAt": "",
128
+ "videoPrompt": "Photorealistic high quality timelapse revealing the evolution of a pine tree on a snowy mountain ridge, piercing cold morning light shines on the tree, casting crisp shadows on the fluffy snow, realistic blizzard effects, detailed textures of tree bark and needles, surreal environment, trending on artstation, movie-like scene.",
129
+ "audioPrompt": ""
130
+ },
131
+ {
132
+ "shotId": "dc9bd3fa-cb04-467f-81ee-01466a3b7fe8",
133
+ "index": 4,
134
+ "lastGenerationAt": "",
135
+ "videoPrompt": "Cinematic timelapse of an Apple tree blossoming in a serene orchard, sun sets in the background casting soft, golden hour light, shadows slowly lengthening with time, vivid and realistic colors, high detailed texture on the apple tree, trending on artstation, movie-style scene.",
136
+ "audioPrompt": ""
137
+ },
138
+ {
139
+ "shotId": "781aff8b-502b-4306-ad2d-398352eea663",
140
+ "index": 5,
141
+ "lastGenerationAt": "",
142
+ "videoPrompt": "Ultra high definition timelapse of a beautiful tropical flower evolving and blooming in a dense rainforest, under consistent ambient lighting, with the glow of bioluminescent plants illuminating surroundings, realistic foliage textures, highly detailed, perfect depth of field, trending on artstation, cinematic style, movie scene.",
143
+ "audioPrompt": ""
144
+ },
145
+ {
146
+ "shotId": "8d3c6af1-b4d6-47b5-a18b-d8e37dfdad1c",
147
+ "index": 6,
148
+ "lastGenerationAt": "",
149
+ "videoPrompt": "Highly detailed, rendered timelapse of an Amazonian liana vine intertwining with a large rainforest tree. Diverse, colorful undergrowth, sunlight weakly penetrating dense canopy, casting deep shadows, realistic textures, photorealistic, trending on artstation, cinematic, movie scene.",
150
+ "audioPrompt": ""
151
+ },
152
+ {
153
+ "shotId": "a45a261b-40bd-49d6-b1a1-7af4b5bd92d9",
154
+ "index": 7,
155
+ "lastGenerationAt": "",
156
+ "videoPrompt": "Digital painting timelapse of a sunflower growing in a French countryside field during summer, bright sunlight, amazing landscape with a van Gogh color palette, unique lighting conditions, detailed textures, cinematic, trending on artstation, high quality, movie scene.",
157
+ "audioPrompt": ""
158
+ },
159
+ {
160
+ "shotId": "7de78021-7b00-43e0-ad48-26bd7bf098c9",
161
+ "index": 8,
162
+ "lastGenerationAt": "",
163
+ "videoPrompt": "Gradual mutation of a Venus Flytrap in a murky, damp swamp setting is depicted in this digital painting timelapse, eerie green light, accompanied by the sounds of buzzing insects, photorealistic, detailed textures, cinematic, trending on artstation, high quality, movie scene.",
164
+ "audioPrompt": ""
165
+ },
166
+ {
167
+ "shotId": "408614e5-04d0-41d7-a74a-da651ecdcc5d",
168
+ "index": 9,
169
+ "lastGenerationAt": "",
170
+ "videoPrompt": "Ultra high-definition, highly detailed timelapse of a redwood tree growing in the ancient forests of California, shot at dawn with sunlight streaking through the foliage creating dynamic shadows, cinematic, trending on artstation, movie-style scene.",
171
+ "audioPrompt": ""
172
+ }
173
+ ]
174
+ },
175
+ {
176
+ "sequenceId": "bee92553-c587-4867-a251-bfcc933d800b",
177
+ "skip": false,
178
+ "lastGenerationAt": "",
179
+ "videoPrompt": "A 3D rendered animation movie about a group of cute 3D llamas visiting a theme park.",
180
+ "audioPrompt": "engaging track, theme park music",
181
+ "tags": [
182
+ "trailer",
183
+ "comedy",
184
+ "cgi"
185
+ ],
186
+ "channel": "main",
187
+ "shots": [
188
+ {
189
+ "shotId": "9bbd574c-c846-49f0-82ed-2877298c5989",
190
+ "index": 0,
191
+ "lastGenerationAt": "",
192
+ "videoPrompt": "3D render of a lush green theme park under the golden morning light, cute llamas stepping through the park entrance, attractions and rides in the background, Pixar style, sunny, high details on surrounding environment, long shot, cinematic view, photorealistic, octane render, movie.",
193
+ "audioPrompt": ""
194
+ },
195
+ {
196
+ "shotId": "bdfc92bf-1877-4ae7-a392-c786ef24a9be",
197
+ "index": 1,
198
+ "lastGenerationAt": "",
199
+ "videoPrompt": "3D render showcasing llamas in a merry-go-round, Pixar style, bathed under the washed daylight, features like fur textures and glossy eyes visible, painted carnival horses in the carousel, the medium-close-up shot, photorealistic, trending on artstation, cinematic, movie.",
200
+ "audioPrompt": ""
201
+ },
202
+ {
203
+ "shotId": "8a43add3-d210-4df1-9e1f-3aa12ee42b36",
204
+ "index": 2,
205
+ "lastGenerationAt": "",
206
+ "videoPrompt": "3D rendered llamas enjoying ice-cream cones, Pixar style, in the shaded area of the theme park, focus on licked and melting ice cream, characters reacting with joy and surprise, close up view, ambient lighting, freeze frame shot, photorealistic, ultra realistic, cinematic, movie.",
207
+ "audioPrompt": ""
208
+ },
209
+ {
210
+ "shotId": "1d3149f9-34f1-43fd-a777-87f2b90f5ed0",
211
+ "index": 3,
212
+ "lastGenerationAt": "",
213
+ "videoPrompt": "3D render of llamas exploring a castle of fantasy, Pixar style, stone textures and old vines visible, beautiful draped flags, scattered sunlight through high windows, towering view of the castle's interior, ultra-wide angle, dramatic lighting, photorealistic, trending on artstation, cinematic, movie.",
214
+ "audioPrompt": ""
215
+ },
216
+ {
217
+ "shotId": "51056829-49dc-4bf9-9d0e-767e05cec3c6",
218
+ "index": 4,
219
+ "lastGenerationAt": "",
220
+ "videoPrompt": "3D render of llamas on a roller coaster, Pixar style, mid-day light casting long shadows, expressions of thrill and joy on characters' faces, landscape view of the entire park from the high point, aerial view, ambient lighting, high details, ultra-realistic, trending on artstation, cinematic, movie.",
221
+ "audioPrompt": ""
222
+ },
223
+ {
224
+ "shotId": "21c4f433-eddf-4dea-812b-19e636080c14",
225
+ "index": 5,
226
+ "lastGenerationAt": "",
227
+ "videoPrompt": "3D rendering of a flock of llamas crossing a footbridge over a bright blue river, Pixar style, ripples and reflections in water, lush green trees and distant roller coasters in the backdrop, long shot, cinematic, photorealistic, movie.",
228
+ "audioPrompt": ""
229
+ },
230
+ {
231
+ "shotId": "4bdcea35-bae2-45c6-a733-1c73af33591c",
232
+ "index": 6,
233
+ "lastGenerationAt": "",
234
+ "videoPrompt": "3D render of llamas under a food stall canopy, Pixar style, munching on popcorn and caramel apples, high detail on food textures and expressions of satisfaction, medium close-up shot, soft lighting, photorealistic, ultra realistic, cinematic, movie.",
235
+ "audioPrompt": ""
236
+ },
237
+ {
238
+ "shotId": "9a55a9c4-be11-468c-80d1-ced92506805b",
239
+ "index": 7,
240
+ "lastGenerationAt": "",
241
+ "videoPrompt": "3D rendering of the twilight sky over the theme park, llamas watching a parade, Pixar style, emphasis on glowing lights and floats, close-up on the characters' faces filled with awe, magical atmosphere, ambient lighting, photorealistic, trending on artstation, cinematic, movie.",
242
+ "audioPrompt": ""
243
+ },
244
+ {
245
+ "shotId": "3bb26f7c-d16a-40ba-b3ae-b1c6d55aba4c",
246
+ "index": 8,
247
+ "lastGenerationAt": "",
248
+ "videoPrompt": "3D rendered birds-eye view of llamas in the theme park at night, Pixar style, vibrant neon lights brightening walkways and rides, ferris wheel rotation in action, aerial view, high details, ambient neon lighting, ultra realistic, cinematic, movie.",
249
+ "audioPrompt": ""
250
+ },
251
+ {
252
+ "shotId": "981ab3ef-c271-43db-8cdb-723f86a563b8",
253
+ "index": 9,
254
+ "lastGenerationAt": "",
255
+ "videoPrompt": "3D render of tired llamas resting on a park bench under the starlit sky, Pixar style, focus on soft fur textures and sleepy eyes, detailed night view of the park in the background, close up shot, soft ambient lighting, ultra realistic, cinematic, photorealistic, movie.",
256
+ "audioPrompt": ""
257
+ }
258
+ ]
259
+ },
260
  {
261
  "sequenceId": "d344637d-247f-4dd1-8700-02741f36a94a",
262
  "skip": true,
 
6907
  {
6908
  "sequenceId": "d6f9a6de-d500-4cb3-accd-33a5a1e42b7f",
6909
  "lastGenerationAt": "",
6910
+ "skip": true,
6911
  "videoPrompt": "A real movie about evil mages and orcs attacking a castle of knights, in the style of Michael Bay. Some scenes include: cutting down trees, building siege weapons at night, attacking the castle in the morning, sending a dragon to attack, knights defending, a huge battle outside the castle, and the aftermath of the battle.",
6912
  "audioPrompt": "ambient deep house, drum machine, synth",
6913
  "tags": [
scripts/censorship.sh CHANGED
@@ -9,9 +9,11 @@ rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
9
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*e756d6ea-c424-4a05-b553-4be80ec68513*
10
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
11
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*bf474352-7900-4d30-a6ce-71daa90d13ee*
 
12
 
13
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*2f6806a9-5cee-4892-adba-83548122309f*
14
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
15
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*e756d6ea-c424-4a05-b553-4be80ec68513*
16
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
17
- rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*bf474352-7900-4d30-a6ce-71daa90d13ee*
 
 
9
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*e756d6ea-c424-4a05-b553-4be80ec68513*
10
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
11
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*bf474352-7900-4d30-a6ce-71daa90d13ee*
12
+ rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*ca9c6227-65f4-4be4-b7d8-01184e13956a*
13
 
14
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*2f6806a9-5cee-4892-adba-83548122309f*
15
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
16
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*e756d6ea-c424-4a05-b553-4be80ec68513*
17
  rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
18
+ rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*bf474352-7900-4d30-a6ce-71daa90d13ee*
19
+ rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*ca9c6227-65f4-4be4-b7d8-01184e13956a*
src/prompts.mts CHANGED
@@ -12,6 +12,23 @@ Write the caption in the following order: **content type > description > style >
12
  # Useful terms
13
  Finally, there are some words to improve your prompt, and obviously, the image you’re gonna get. These could be considered as final touches, and you can add as many and as random as you want, but here are a few examples:
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## Related to: lighting
16
  accent lighting, ambient lighting, backlight, blacklight, blinding light, candlelight, concert lighting, crepuscular rays, direct sunlight, dusk, Edison bulb, electric arc, fire, fluorescent, glowing, glowing radioactively, glow-stick, lava glow, moonlight, natural lighting, neon lamp, nightclub lighting, nuclear waste glow, quantum dot display, spotlight, strobe, sunlight, ultraviolet, dramatic lighting, dark lighting, soft lighting, gloomy
17
 
 
12
  # Useful terms
13
  Finally, there are some words to improve your prompt, and obviously, the image you’re gonna get. These could be considered as final touches, and you can add as many and as random as you want, but here are a few examples:
14
 
15
+ ## Related to camera shots:
16
+ - the long shot or wide shot (often used as an establishing shot), that shows the environment around the subjects,
17
+ - the full shot, where the entirety of the subject is just visible within the frame,
18
+ - the medium-long shot, where the frame ends near the knees,
19
+ - the medium shot, where the frame stops either just above or just below the waist,
20
+ - the medium close-up, where more of the shoulder is visible than in the close-up,
21
+ - the close-up, where the shoulder line is visible,
22
+ - the extreme close-up, where the frame stops at the subject's chin and forehead.
23
+ - the extreme long shot (used for epic views and panoramas),
24
+ - the American shot (also 3/4 shot), a slight variation of the medium-long shot to also include OWB handgun holsters in Western movies, a characterization from French film criticism for a type of shot in certain American films of the 1930s and 1940s also referred to as a "Cowboy shot" in reference to the gun holster being just above the bottom frame line,
25
+ - the "Italian shot", where only a person's eyes are visible, named after the genre of Italo-Westerns, particularly the Dollars Trilogy by Sergio Leone, that established this particular field size.
26
+ - the establishing shot is defined by giving an establishing "broad overview" over a scene, whether performed by a wide shot with a fixed camera, a zoom, a series of different close-ups achieved by camera motion, or a sequence of independent close-angle shots edited right after each other,
27
+ - the master shot is a scene done in one single take, with no editing
28
+ - the freeze frame shot is created in editing by displaying a single frame for an elongated duration of time
29
+ - the insert shot is created in editing by replacing a picture with another while the audio stays the same
30
+ - the trolley shot, in which the camera moves toward or away from its subject while filming. Traditionally dolly shots are filmed from a camera dolly but the same motion may also be performed with a Steadicam or gimbal. A dolly shot is generally described in terms of "dollying in" or "dollying out".
31
+
32
  ## Related to: lighting
33
  accent lighting, ambient lighting, backlight, blacklight, blinding light, candlelight, concert lighting, crepuscular rays, direct sunlight, dusk, Edison bulb, electric arc, fire, fluorescent, glowing, glowing radioactively, glow-stick, lava glow, moonlight, natural lighting, neon lamp, nightclub lighting, nuclear waste glow, quantum dot display, spotlight, strobe, sunlight, ultraviolet, dramatic lighting, dark lighting, soft lighting, gloomy
34