File size: 35,403 Bytes
7a40e14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
---
job: "extension"
config:
  name: "ideogram4_[dataset_name]_v1"
  process:
    - type: "diffusion_trainer"
      training_folder: "c:\\Development\\ai-toolkit\\output"
      sqlite_db_path: "./aitk_db.db"
      device: "cuda"
      trigger_word: "sks woman"
      performance_log_every: 10
      network:
        type: "lora"
        linear: 32
        linear_alpha: 32
        lokr_full_rank: true
        lokr_factor: -1
        network_kwargs:
          ignore_if_contains: []
      save:
        dtype: "bf16"
        save_every: 500
        max_step_saves_to_keep: 5
        save_format: "diffusers"
        push_to_hub: false
      datasets:
        - folder_path: "c:\\Development\\ai-toolkit\\datasets/[dataset_name]"
          mask_path: null
          mask_min_value: 0.1
          default_caption: ""
          caption_ext: "txt"
          caption_dropout_rate: 0.05
          cache_latents_to_disk: true
          is_reg: false
          network_weight: 1
          resolution:
            - 512
          controls: []
          shrink_video_to_frames: true
          num_frames: 1
          flip_x: false
          flip_y: false
          num_repeats: 1
      train:
        batch_size: 1
        bypass_guidance_embedding: false
        steps: 2300
        gradient_accumulation: 1
        train_unet: true
        train_text_encoder: false
        gradient_checkpointing: true
        noise_scheduler: "flowmatch"
        optimizer: "adamw8bit"
        timestep_type: "linear"
        content_or_style: "balanced"
        optimizer_params:
          weight_decay: 0.0001
        unload_text_encoder: false
        cache_text_embeddings: false
        lr: 0.0001
        ema_config:
          use_ema: false
          ema_decay: 0.99
        skip_first_sample: true
        force_first_sample: false
        disable_sampling: true
        dtype: "bf16"
        diff_output_preservation: false
        diff_output_preservation_multiplier: 1
        diff_output_preservation_class: "person"
        switch_boundary_every: 1
        loss_type: "mse"
      logging:
        log_every: 1
        use_ui_logger: true
      model:
        name_or_path: "ideogram-ai/ideogram-4-fp8"
        quantize: true
        qtype: "qfloat8"
        quantize_te: true
        qtype_te: "qfloat8"
        arch: "ideogram4"
        low_vram: true
        model_kwargs: {}
        compile: false
        layer_offloading: false
        layer_offloading_text_encoder_percent: 1
        layer_offloading_transformer_percent: 1
      sample:
        sampler: "flowmatch"
        sample_every: 500
        width: 1024
        height: 1024
        samples:
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a red-haired woman in a green jacket playing chess at an outdoor park table, mid-move over a wooden board, while a fiery explosion erupts from a building in the distant background.",
                "style_description": {
                  "aesthetics": "Cinematic, tense, candid realism.",
                  "lighting": "Overcast afternoon daylight, soft and low-contrast, cool-neutral white balance.",
                  "photo": "35mm film still, subtle grain, natural depth of field.",
                  "medium": "Photograph.",
                  "color_palette": ["#8C9B82", "#B7402A", "#5A5F57", "#9AA7AE", "#D98A3D"]
                },
                "compositional_deconstruction": {
                  "background": "An urban public park on an overcast afternoon under a pale grey-blue sky, cool-neutral white balance. A grassy lawn with scattered fallen leaves stretches behind the foreground table, bordered by a paved walking path and a row of bare-branched trees. In the far distance, a multi-story stone building erupts in a large orange-and-yellow fireball with a thick black smoke plume rising and rolling outward, sending a faint haze across the upper sky. The blast is out of focus and far off, framed between the tree trunks.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        90,
                        760,
                        520
                      ],
                      "desc": "Woman seated at a park chess table, leaning slightly forward mid-move. Long wavy red hair falling past her shoulders, fair skin with light freckles, focused expression looking down at the board. Olive-green canvas jacket over a cream knit top, dark jeans. Right hand reaching toward a chess piece, left hand resting on the table edge."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        520,
                        300,
                        830,
                        720
                      ],
                      "desc": "Square wooden chessboard on a round concrete park table, set with a full arrangement of carved boxwood chess pieces in natural and dark-stained wood. A few captured pieces sit off to the side near the board's right edge, one black knight tipped on its side."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        300,
                        540,
                        720,
                        760
                      ],
                      "desc": "Empty green-painted metal park chair with a slatted backrest on the far side of the chess table, facing the woman, slightly angled to the right."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a woman in a grey beanie holding a coffee cup while sitting at a wooden cafe table by a window, with a blurred cafe interior behind her.",
                "style_description": {
                  "aesthetics": "Cozy, relaxed, intimate.",
                  "lighting": "Soft diffused window daylight, cool-neutral white balance, low contrast.",
                  "photo": "35mm film still, shallow depth of field, subtle grain.",
                  "medium": "Photograph.",
                  "color_palette": ["#9A5A3E", "#E0D2BA", "#7C7872", "#B07C45", "#33312D"]
                },
                "compositional_deconstruction": {
                  "background": "Interior of a small cafe shot in natural daylight with cool-neutral white balance. A large window occupies the left portion of the frame, soft diffused daylight falling across the scene. Exposed brick wall in warm reddish-brown tones runs along the back, partly out of focus. A wooden shelf mounted on the back wall holds a row of white ceramic mugs and a small potted trailing plant. Pendant lights with matte black shades hang from the ceiling, slightly blurred. The floor is wide-plank weathered oak. Distant blurred tables and chairs recede into the soft-focus background on the right side.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        300,
                        820,
                        720
                      ],
                      "desc": "Woman sitting at a cafe table, facing slightly left toward the window. Light-medium skin tone, shoulder-length wavy auburn hair tucked under a ribbed grey wool beanie. Wearing a cream chunky-knit sweater with sleeves pushed to the forearms. Both hands wrapped around a coffee cup held near chest height, relaxed half-smile, gaze directed out the window."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        460,
                        400,
                        640,
                        580
                      ],
                      "desc": "White ceramic cappuccino cup with a thin handle, held in the woman's hands near chest height. Pale foam visible at the rim with a simple leaf latte-art pattern."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        700,
                        140,
                        1000,
                        900
                      ],
                      "desc": "Rectangular wooden cafe table in warm honey-toned oak, occupying the lower foreground. Visible grain along the surface, one rounded corner facing the camera."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        760,
                        180,
                        940,
                        420
                      ],
                      "desc": "Small folded paper menu card standing upright on the table to the lower left, plain off-white stock with a thin printed border."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        800,
                        210,
                        910,
                        400
                      ],
                      "text": "MENU",
                      "desc": "Single word in small upright serif capitals, dark grey ink, centered on the front of the folded paper menu card on the table."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A fish-eye lens photograph of a horse DJing behind turntables at a packed night club, holding a martini glass, surrounded by laser lights and drifting smoke-machine haze on a glowing dance floor.",
                "style_description": {
                  "aesthetics": "High-energy, surreal, neon nightlife.",
                  "lighting": "Dim club lighting with magenta and cyan washes and crisscrossing green and magenta laser beams cutting through haze.",
                  "photo": "Fish-eye lens with strong barrel distortion, deep shadow contrast.",
                  "medium": "Photograph.",
                  "color_palette": ["#0B0B12", "#D81E8F", "#1FB6C9", "#37C46A", "#6A4A2E"]
                },
                "compositional_deconstruction": {
                  "background": "Interior of a dark night club shot through a fish-eye lens with strong barrel distortion bowing the edges of the frame. Black walls and low ceiling studded with mounted laser-light fixtures throwing crisscrossing green and magenta beams that cut through thick drifting haze from a smoke machine. Ambient lighting is dim with cool magenta and cyan washes pooling across a glossy black dance floor that reflects fragmented colored beams. A blurred simplified crowd of clubgoers fills the mid-distance, hands raised, rendered as dark silhouettes against the colored glow.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        120,
                        250,
                        720,
                        760
                      ],
                      "desc": "A brown horse standing upright behind a DJ booth in the role of a club DJ, head and long muzzle tilted slightly down toward the equipment, dark mane falling along the neck, alert ears pricked forward. One front hoof rests on a turntable while the other holds aloft a martini glass. Wears large black over-ear headphones around the neck and ears."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        600,
                        180,
                        860,
                        840
                      ],
                      "desc": "A black DJ booth console spanning the lower foreground, fitted with two silver turntables flanking a central mixer with glowing knobs, faders and small green and red LED indicators. Front panel faces the viewer, exaggerated and curved by the fish-eye distortion."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        300,
                        560,
                        470,
                        690
                      ],
                      "desc": "A clear martini glass with a thin stem held aloft, containing pale yellow liquid and a single green olive on a cocktail pick, catching small highlights from the colored club lighting."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        640,
                        360,
                        720,
                        640
                      ],
                      "text": "NEON\nSTABLE",
                      "desc": "Illuminated club logo on the front face of the DJ booth in a bold sans-serif display typeface, glowing magenta, slightly warped by the fish-eye curvature."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a smiling man proudly showing off his graphic t-shirt on a sandy beach, with a great white shark leaping out of the ocean in the background.",
                "style_description": {
                  "aesthetics": "Bright, playful, candid.",
                  "lighting": "Bright overcast daylight, soft and shadowless, cool-neutral white balance.",
                  "photo": "35mm film still, natural depth of field, subtle grain.",
                  "medium": "Photograph.",
                  "color_palette": ["#C9B68C", "#2E6B7A", "#9FB7BE", "#1B3A5C", "#E7E2D6"]
                },
                "compositional_deconstruction": {
                  "background": "Sandy beach scene under a bright overcast sky with cool-neutral white balance. Pale tan sand stretches across the lower portion, slightly damp and packed near the waterline with scattered footprints. Behind the man, the open ocean fills the midground, deep blue-green with choppy whitecaps and rolling waves breaking toward the shore. The horizon line sits high in the frame where the sea meets a hazy pale sky with thin diffuse clouds. Soft even daylight, no harsh shadows, accurate natural color.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        540,
                        720,
                        860
                      ],
                      "desc": "Great white shark mid-leap, fully breaching the ocean surface in the background, body angled diagonally with mouth open and rows of teeth visible. Grey dorsal surface, white underbelly, water cascading and spraying off its body. Smaller in scale due to distance behind the man."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        150,
                        260,
                        950,
                        640
                      ],
                      "desc": "Man standing on the beach facing the camera, medium-tall build, light-medium skin tone, short brown hair. Grinning widely with a proud expression, gripping the hem of his t-shirt with both hands and pulling it outward to display the front print. Wearing teal swim shorts. Slightly off-center to the left."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        360,
                        330,
                        540,
                        560
                      ],
                      "text": "BEACH\nVIBES",
                      "desc": "Bold sans-serif print across the chest of the man's white t-shirt, stacked on two lines in navy blue, slightly curved with the fabric as he stretches it toward the camera."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A brown grizzly bear standing upright on its hind legs, lifting a wooden log onto a half-built log cabin in a snow-covered mountain clearing, with snowy pine forest and peaks behind, rendered as a 35mm film photograph.",
                "style_description": {
                  "aesthetics": "Serene, rugged, wintry.",
                  "lighting": "Pale overcast winter daylight, even and shadowless, cool-neutral white balance.",
                  "photo": "35mm film still, subtle grain, soft natural focus.",
                  "medium": "Photograph.",
                  "color_palette": ["#E8EDF0", "#6B4A30", "#3C5240", "#9AA6AD", "#C8A877"]
                },
                "compositional_deconstruction": {
                  "background": "Snow-covered alpine clearing under a pale overcast winter sky with soft diffused daylight and cool-neutral white balance. Thick fresh snow blankets the ground, undisturbed except around the build site. A dense forest of snow-laden evergreen pines fills the midground, their branches drooping under powder. Jagged grey-and-white granite mountain peaks rise across the distant horizon, partly veiled in light haze. Faint snowflakes drift through the air. The light is even and shadowless across the scene.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        120,
                        760,
                        560
                      ],
                      "desc": "Large brown grizzly bear standing upright on its hind legs, thick shaggy fur with darker brown legs and a lighter tan muzzle. Front paws gripping a debarked pine log, raising it toward the cabin wall. Head turned in profile, small rounded ears, focused expression, breath fogging in the cold air."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        480,
                        520,
                        880,
                        940
                      ],
                      "desc": "Half-built log cabin made of stacked horizontal debarked pine logs notched and interlocked at the corners. Roughly four log courses high with an open doorway gap on the front face, snow dusting the topmost logs and a small pile of unused logs leaning against the right wall."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        700,
                        60,
                        880,
                        320
                      ],
                      "desc": "Loose stack of cut pine logs lying on the snowy ground in the lower-left foreground, debarked pale tan wood with sawn ends, partially dusted with fresh snow, ready for building."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        600,
                        400,
                        760,
                        520
                      ],
                      "desc": "Rusted double-bit felling axe with a worn wooden handle stuck blade-first into a flat-topped tree stump near the bear's feet, snow gathered on the stump's top surface."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A punk rocker woman mid-performance on a concert stage, playing an electric guitar and singing into a microphone, with laser lights cutting through haze in a 35mm concert photograph.",
                "style_description": {
                  "aesthetics": "Gritty, energetic, high-contrast.",
                  "lighting": "Dark stage lit by green and magenta laser beams through haze, deep shadow contrast, cool-neutral white balance.",
                  "photo": "35mm concert photograph, subtle grain, deep contrast.",
                  "medium": "Photograph.",
                  "color_palette": ["#0C0C10", "#37C46A", "#D81E8F", "#C9C9C9", "#5A4633"]
                },
                "compositional_deconstruction": {
                  "background": "A dark concert stage shell with a black back wall and exposed steel truss rigging overhead holding stage fixtures. Green and magenta laser beams fan out across the upper space, cutting through a light haze that fills the air and scatters the beams into visible shafts. The stage floor is matte black with scuffed gaffer-tape marks. Distant blurred crowd silhouettes fill the lower foreground edge, lit faintly by stage spill. 35mm concert photograph with cool-neutral white balance and deep shadow contrast.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        280,
                        860,
                        720
                      ],
                      "desc": "Punk rocker woman standing center stage mid-song, pale skin, spiked bleached-blonde hair with shaved sides, dark smudged eyeliner, mouth open singing with intense expression. Black sleeveless band tee, studded leather choker, ripped black skinny jeans, fingerless gloves. Right hand strumming, left hand on the fretboard, body leaning forward toward the mic."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        420,
                        200,
                        820,
                        560
                      ],
                      "desc": "Black electric guitar with a glossy solid body, white pickguard, chrome hardware and visible strings, slung low across the woman's torso on a studded leather strap, neck angled up toward the upper left."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        300,
                        560,
                        520,
                        660
                      ],
                      "desc": "Black wired stage microphone on a slim chrome boom stand, positioned directly in front of the woman's open mouth, mesh head catching a small highlight from the stage light."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        760,
                        40,
                        980,
                        300
                      ],
                      "desc": "Black foldback stage monitor wedge angled up toward the performer, sitting on the front edge of the stage floor, scuffed casing with a metal grille front."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        600,
                        720,
                        720,
                        940
                      ],
                      "text": "RIOT",
                      "desc": "Bold uppercase condensed sans-serif band logo in white spray-paint style stenciled across the front of the black speaker stack at lower right, slightly distressed edges."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a bearded hipster man assembling a wooden chair on a workbench in a cluttered woodworking shop, surrounded by hand tools and lumber.",
                "style_description": {
                  "aesthetics": "Rustic, focused, artisanal.",
                  "lighting": "Diffused overcast daylight from a high window, cool-neutral white balance, low contrast.",
                  "photo": "35mm film still, subtle grain, natural depth of field.",
                  "medium": "Photograph.",
                  "color_palette": ["#8A5A3C", "#6E4327", "#9A9488", "#4A5340", "#C7B299"]
                },
                "compositional_deconstruction": {
                  "background": "Interior of a small woodworking workshop with weathered exposed-brick walls on the left and unfinished plywood-panel walls on the right. Sawdust-dusted concrete floor. A pegboard mounted on the rear wall holds rows of hanging hand tools. A single industrial window high on the left wall lets in diffused overcast daylight with a cool-neutral white balance. Fine sawdust haze drifts in the air. Coils of wood shavings and scattered offcuts rest near the wall base. Shot on 35mm film.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        150,
                        300,
                        720,
                        680
                      ],
                      "desc": "Bearded hipster man in his mid-thirties, medium-fair skin, full reddish-brown beard and short slicked-back dark hair. Wearing a rolled-sleeve olive flannel shirt, brown leather apron, and dark jeans. Leaning forward over the bench, both hands gripping a wooden chair leg, focused downward expression."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        420,
                        250,
                        820,
                        760
                      ],
                      "desc": "Partially assembled wooden chair made of light oak, seat and two back slats attached, one rear leg detached and held in the man's hands. Raw unfinished surface with visible grain, clamped at one joint with a small metal bar clamp."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        600,
                        80,
                        900,
                        920
                      ],
                      "desc": "Heavy wooden workbench with a thick scarred top, vise mounted on the front-left edge. Surface cluttered with a hand plane, two chisels, a wooden mallet, and a coiled tape measure scattered across the right side."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        640,
                        40,
                        860,
                        200
                      ],
                      "desc": "Cordless drill resting on its side on the bench top near the front-left corner, black and orange body with a chuck-mounted bit."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        700,
                        520,
                        760,
                        700
                      ],
                      "text": "OAKWELL\nWORKS",
                      "desc": "Small stamped logo branded into the leather apron's chest panel, two stacked lines in a condensed serif font, dark burnt-brown tone on tan leather."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A studio fashion photograph of a man in a medium shot modeling a casual outfit against a seamless white backdrop, lit with even studio lighting.",
                "style_description": {
                  "aesthetics": "Clean, minimal, editorial.",
                  "lighting": "Even diffused studio softbox lighting, neutral white balance, shadowless.",
                  "photo": "Studio fashion photograph, sharp focus, seamless white cyclorama.",
                  "medium": "Photograph.",
                  "color_palette": ["#F2F2F0", "#9A9CA0", "#2A2F3C", "#5B5E66", "#D8D8D6"]
                },
                "compositional_deconstruction": {
                  "background": "Seamless white studio backdrop, smoothly lit with even diffused studio lighting from soft boxes on both sides, producing a clean bright cyclorama with no visible seams, corners, or shadows behind the subject. Neutral white balance.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        80,
                        300,
                        950,
                        720
                      ],
                      "desc": "Man standing in a medium shot, facing the camera at a slight three-quarter angle. Short dark brown hair neatly styled, light-medium skin tone, clean-shaven, calm neutral expression with a soft closed-mouth look directed at the camera. Wears a fitted heather-grey crewneck t-shirt and dark navy slim chino trousers. Arms relaxed at his sides, shoulders squared. Off-center to the left following rule-of-thirds framing."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a man standing on a city sidewalk holding a white cardboard sign reading 'this is a sign', shot at eye-level with neutral daylight.",
                "style_description": {
                  "aesthetics": "Plain, candid, documentary.",
                  "lighting": "Overcast daylight, soft and even, cool-neutral white balance.",
                  "photo": "35mm film still, eye-level, subtle grain.",
                  "medium": "Photograph.",
                  "color_palette": ["#9AA0A4", "#7C4A38", "#3A3D44", "#1E3A66", "#E8E6E0"]
                },
                "compositional_deconstruction": {
                  "background": "An urban sidewalk scene under overcast daylight with cool-neutral white balance. A grey concrete pavement runs along the bottom, bordered by the brick facade of a low storefront building with large plate-glass windows. A few out-of-focus pedestrians and a parked dark sedan sit in the blurred mid-distance. Pale grey sky visible above the rooflines.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        180,
                        330,
                        880,
                        680
                      ],
                      "desc": "Man standing facing the camera, medium build, light skin tone, short brown hair and a trimmed beard. Wearing a charcoal-grey crew-neck shirt and dark blue jeans, relaxed neutral expression looking toward the lens. Both hands raised at chest height gripping the top edge of a cardboard sign held in front of his torso."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        400,
                        360,
                        640,
                        660
                      ],
                      "desc": "Rectangular white cardboard sign with slightly worn edges, held upright in front of the man's chest, plain matte surface with hand-written black marker lettering across the center."
                    },
                    {
                      "type": "text",
                      "bbox": [
                        460,
                        380,
                        580,
                        640
                      ],
                      "text": "this is a sign",
                      "desc": "Hand-written black marker lettering in a casual sans-serif lowercase style, single line centered across the white cardboard sign."
                    }
                  ]
                }
              }
          - prompt: |
              
              {
                "high_level_description": "A 35mm film photograph of a muscular bulldog in a worn leather jacket standing beside a battered motorcycle in a post-apocalyptic desert, gripping a sawed-off shotgun, with a hazy ruined skyline on the horizon.",
                "style_description": {
                  "aesthetics": "Rugged, cinematic, post-apocalyptic.",
                  "lighting": "Pale dust-choked daylight softened by airborne grit, cool-neutral white balance, low contrast.",
                  "photo": "35mm film still, subtle grain, hazy distance.",
                  "medium": "Photograph.",
                  "color_palette": ["#C2A878", "#6B4A2E", "#3A352E", "#9A8A6C", "#B5562A"]
                },
                "compositional_deconstruction": {
                  "background": "A sun-scorched post-apocalyptic desert under a pale dust-choked sky, cool-neutral white balance with a thin haze of airborne grit softening the light. Cracked sandy hardpan stretches to a distant horizon where the silhouettes of half-collapsed buildings, a leaning radio tower, and rusted girders rise out of the heat shimmer. Scattered scrub brush and faint tire tracks mark the packed dirt, and a thin band of overcast cloud sits low over the ruined skyline.",
                  "elements": [
                    {
                      "type": "obj",
                      "bbox": [
                        280,
                        330,
                        820,
                        720
                      ],
                      "desc": "Muscular English bulldog standing upright on its hind legs in a confident pose, fawn-and-white coat, broad wrinkled face with an underbite and alert dark eyes. Wears a scuffed brown leather biker jacket with a popped collar, frayed cuffs, and a worn metal zipper. Front paws grip a sawed-off double-barrel shotgun held across the chest."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        480,
                        40,
                        880,
                        420
                      ],
                      "desc": "Battered chopper-style motorcycle parked at an angle just left of the bulldog, matte-black fuel tank with chipped paint, rusted chrome exhaust pipes, cracked leather seat, and dusty spoked wheels. Handlebars wrapped in worn tape, a small dented headlamp at the front."
                    },
                    {
                      "type": "obj",
                      "bbox": [
                        760,
                        300,
                        900,
                        760
                      ],
                      "desc": "Scattered debris on the desert floor in front of the bulldog: a crushed metal fuel can, a few spent brass shotgun shells, and a broken length of rusted pipe half-buried in the sand."
                    }
                  ]
                }
              }
        neg: ""
        seed: 42
        walk_seed: true
        guidance_scale: 4
        sample_steps: 30
        num_frames: 1
        fps: 1
meta:
  name: "[name]"
  version: "1.0"