subhojyoti22 commited on
Commit
450f68e
·
verified ·
1 Parent(s): f64e8b8

Delete actions/action_library_normal.json - repository cleanup

Browse files
Files changed (1) hide show
  1. actions/action_library_normal.json +0 -1559
actions/action_library_normal.json DELETED
@@ -1,1559 +0,0 @@
1
- {
2
- "version": "3.0-complex",
3
- "description": "Extended action library with 20 actions: 10 original atomic actions + 10 new constraint/compositional actions for complex multi-step transformations",
4
- "design_philosophy": "Combines atomic transformations with constraints and compositional logic. Supports preservation, exclusion, conditional logic, and multi-action sequences for sophisticated image editing workflows.",
5
- "actions": [
6
- {
7
- "id": "location_setting",
8
- "name": "Location Setting",
9
- "description": "Change the physical location/environment type only (where the scene takes place)",
10
- "category": "scene_level",
11
- "parameters": {
12
- "source_location": {
13
- "type": "enum",
14
- "values": [
15
- "urban_city",
16
- "suburban_neighborhood",
17
- "rural_village",
18
- "industrial_zone",
19
- "commercial_district",
20
- "beach_coast",
21
- "tropical_island",
22
- "ocean_open_water",
23
- "underwater_reef",
24
- "arctic_ice",
25
- "forest_temperate",
26
- "jungle_tropical",
27
- "desert_sand",
28
- "mountain_rocky",
29
- "canyon_valley",
30
- "plains_grassland",
31
- "swamp_wetland",
32
- "cave_underground",
33
- "volcano_lava",
34
- "space_station",
35
- "alien_planet",
36
- "fantasy_castle",
37
- "medieval_town",
38
- "cyberpunk_city",
39
- "post_apocalyptic",
40
- "haunted_mansion",
41
- "temple_shrine",
42
- "palace_interior",
43
- "office_modern",
44
- "bedroom_interior"
45
- ],
46
- "required": true,
47
- "description": "Current physical location type"
48
- },
49
- "target_location": {
50
- "type": "enum",
51
- "values": [
52
- "urban_city",
53
- "suburban_neighborhood",
54
- "rural_village",
55
- "industrial_zone",
56
- "commercial_district",
57
- "beach_coast",
58
- "tropical_island",
59
- "ocean_open_water",
60
- "underwater_reef",
61
- "arctic_ice",
62
- "forest_temperate",
63
- "jungle_tropical",
64
- "desert_sand",
65
- "mountain_rocky",
66
- "canyon_valley",
67
- "plains_grassland",
68
- "swamp_wetland",
69
- "cave_underground",
70
- "volcano_lava",
71
- "space_station",
72
- "alien_planet",
73
- "fantasy_castle",
74
- "medieval_town",
75
- "cyberpunk_city",
76
- "post_apocalyptic",
77
- "haunted_mansion",
78
- "temple_shrine",
79
- "palace_interior",
80
- "office_modern",
81
- "bedroom_interior"
82
- ],
83
- "required": true,
84
- "description": "Desired physical location type"
85
- },
86
- "replace_mode": {
87
- "type": "enum",
88
- "values": [
89
- "partial",
90
- "complete"
91
- ],
92
- "default": "complete",
93
- "description": "Partial blends old with new, complete fully replaces"
94
- },
95
- "preserve_foreground": {
96
- "type": "boolean",
97
- "default": true,
98
- "description": "Keep main subjects unchanged while transforming environment"
99
- },
100
- "description": {
101
- "type": "string",
102
- "required": true,
103
- "description": "Natural language description of location change"
104
- }
105
- },
106
- "does_not_handle": [
107
- "Architecture style",
108
- "Time period",
109
- "Mood",
110
- "Color palette",
111
- "Weather"
112
- ],
113
- "example": {
114
- "source_location": "urban_city",
115
- "target_location": "beach_coast",
116
- "replace_mode": "complete",
117
- "preserve_foreground": true,
118
- "description": "Transform urban city street into tropical beach coastline"
119
- }
120
- },
121
- {
122
- "id": "architecture_style",
123
- "name": "Architecture Style",
124
- "description": "Change building/structure architectural style only (how buildings look)",
125
- "category": "scene_level",
126
- "parameters": {
127
- "source_style": {
128
- "type": "enum",
129
- "values": [
130
- "modern_minimalist",
131
- "contemporary_glass",
132
- "brutalist_concrete",
133
- "art_deco_geometric",
134
- "victorian_ornate",
135
- "medieval_stone",
136
- "renaissance_classical",
137
- "baroque_elaborate",
138
- "japanese_traditional",
139
- "moroccan_islamic",
140
- "greek_classical",
141
- "roman_imperial",
142
- "gothic_cathedral",
143
- "industrial_warehouse",
144
- "steampunk_mechanical",
145
- "cyberpunk_neon",
146
- "futuristic_sleek",
147
- "organic_biomorphic",
148
- "fantasy_magical",
149
- "ruins_ancient"
150
- ],
151
- "required": true,
152
- "description": "Current architectural style"
153
- },
154
- "target_style": {
155
- "type": "enum",
156
- "values": [
157
- "modern_minimalist",
158
- "contemporary_glass",
159
- "brutalist_concrete",
160
- "art_deco_geometric",
161
- "victorian_ornate",
162
- "medieval_stone",
163
- "renaissance_classical",
164
- "baroque_elaborate",
165
- "japanese_traditional",
166
- "moroccan_islamic",
167
- "greek_classical",
168
- "roman_imperial",
169
- "gothic_cathedral",
170
- "industrial_warehouse",
171
- "steampunk_mechanical",
172
- "cyberpunk_neon",
173
- "futuristic_sleek",
174
- "organic_biomorphic",
175
- "fantasy_magical",
176
- "ruins_ancient"
177
- ],
178
- "required": true,
179
- "description": "Desired architectural style"
180
- },
181
- "detail_level": {
182
- "type": "enum",
183
- "values": [
184
- "minimal",
185
- "moderate",
186
- "ornate"
187
- ],
188
- "default": "moderate",
189
- "description": "Level of architectural detail and ornamentation"
190
- },
191
- "material_type": {
192
- "type": "enum",
193
- "values": [
194
- "stone",
195
- "wood",
196
- "metal",
197
- "glass",
198
- "concrete",
199
- "brick",
200
- "marble",
201
- "mixed"
202
- ],
203
- "default": "mixed",
204
- "description": "Primary building material"
205
- },
206
- "description": {
207
- "type": "string",
208
- "required": true,
209
- "description": "Natural language description of architectural change"
210
- }
211
- },
212
- "does_not_handle": [
213
- "Location type",
214
- "Time period",
215
- "Mood",
216
- "Color palette"
217
- ],
218
- "example": {
219
- "source_style": "modern_minimalist",
220
- "target_style": "victorian_ornate",
221
- "detail_level": "ornate",
222
- "material_type": "wood",
223
- "description": "Transform modern minimalist buildings into ornate Victorian architecture with wooden details"
224
- }
225
- },
226
- {
227
- "id": "time_period_era",
228
- "name": "Time Period Era",
229
- "description": "Change props, objects, and technology to match a historical/future era (when it exists)",
230
- "category": "scene_level",
231
- "parameters": {
232
- "source_era": {
233
- "type": "enum",
234
- "values": [
235
- "prehistoric_stone_age",
236
- "ancient_classical",
237
- "medieval_dark_ages",
238
- "renaissance_1500s",
239
- "baroque_1700s",
240
- "victorian_1800s",
241
- "art_nouveau_1900s",
242
- "art_deco_1920s",
243
- "mid_century_1950s",
244
- "contemporary_2000s",
245
- "near_future_2050",
246
- "far_future_2200",
247
- "cyberpunk_dystopia",
248
- "steampunk_alternate",
249
- "solarpunk_green_future"
250
- ],
251
- "required": true,
252
- "description": "Current time period"
253
- },
254
- "target_era": {
255
- "type": "enum",
256
- "values": [
257
- "prehistoric_stone_age",
258
- "ancient_classical",
259
- "medieval_dark_ages",
260
- "renaissance_1500s",
261
- "baroque_1700s",
262
- "victorian_1800s",
263
- "art_nouveau_1900s",
264
- "art_deco_1920s",
265
- "mid_century_1950s",
266
- "contemporary_2000s",
267
- "near_future_2050",
268
- "far_future_2200",
269
- "cyberpunk_dystopia",
270
- "steampunk_alternate",
271
- "solarpunk_green_future"
272
- ],
273
- "required": true,
274
- "description": "Target time period"
275
- },
276
- "technology_level": {
277
- "type": "enum",
278
- "values": [
279
- "none",
280
- "low",
281
- "medium",
282
- "high",
283
- "advanced"
284
- ],
285
- "default": "medium",
286
- "description": "Level of technological advancement"
287
- },
288
- "period_accuracy": {
289
- "type": "enum",
290
- "values": [
291
- "stylized",
292
- "historically_accurate"
293
- ],
294
- "default": "stylized",
295
- "description": "Stylized for artistic effect vs historically accurate"
296
- },
297
- "description": {
298
- "type": "string",
299
- "required": true,
300
- "description": "Natural language description of era transformation"
301
- }
302
- },
303
- "does_not_handle": [
304
- "Location",
305
- "Architecture style",
306
- "Mood",
307
- "Lighting",
308
- "Weather"
309
- ],
310
- "example": {
311
- "source_era": "contemporary_2000s",
312
- "target_era": "victorian_1800s",
313
- "technology_level": "low",
314
- "period_accuracy": "stylized",
315
- "description": "Replace modern technology and objects with Victorian era props and 1800s period details"
316
- }
317
- },
318
- {
319
- "id": "time_of_day",
320
- "name": "Time of Day",
321
- "description": "Change natural lighting based on sun/moon position (what time is it)",
322
- "category": "temporal_environmental",
323
- "parameters": {
324
- "source_time": {
325
- "type": "enum",
326
- "values": [
327
- "pre_dawn",
328
- "sunrise_golden",
329
- "morning_bright",
330
- "midday_overhead",
331
- "afternoon_warm",
332
- "golden_hour_sunset",
333
- "dusk_twilight",
334
- "blue_hour",
335
- "night_moonlit",
336
- "midnight_dark"
337
- ],
338
- "required": true,
339
- "description": "Current time of day"
340
- },
341
- "target_time": {
342
- "type": "enum",
343
- "values": [
344
- "pre_dawn",
345
- "sunrise_golden",
346
- "morning_bright",
347
- "midday_overhead",
348
- "afternoon_warm",
349
- "golden_hour_sunset",
350
- "dusk_twilight",
351
- "blue_hour",
352
- "night_moonlit",
353
- "midnight_dark"
354
- ],
355
- "required": true,
356
- "description": "Desired time of day"
357
- },
358
- "sky_color": {
359
- "type": "string",
360
- "default": "auto",
361
- "description": "Sky color palette for the time (auto-determined from time, or specify)"
362
- },
363
- "shadow_direction": {
364
- "type": "enum",
365
- "values": [
366
- "east",
367
- "southeast",
368
- "south",
369
- "southwest",
370
- "west",
371
- "overhead",
372
- "none"
373
- ],
374
- "default": "auto",
375
- "description": "Direction of shadows based on sun/moon position"
376
- },
377
- "description": {
378
- "type": "string",
379
- "required": true,
380
- "description": "Natural language description of time change"
381
- }
382
- },
383
- "does_not_handle": [
384
- "Weather",
385
- "Mood",
386
- "Season",
387
- "Artificial lighting"
388
- ],
389
- "example": {
390
- "source_time": "midday_overhead",
391
- "target_time": "golden_hour_sunset",
392
- "sky_color": "warm_orange_pink",
393
- "shadow_direction": "east",
394
- "description": "Transform from harsh midday sun to warm golden hour sunset lighting"
395
- }
396
- },
397
- {
398
- "id": "season_cycle",
399
- "name": "Season Cycle",
400
- "description": "Change vegetation, foliage, and seasonal visual markers (what season is it)",
401
- "category": "temporal_environmental",
402
- "parameters": {
403
- "source_season": {
404
- "type": "enum",
405
- "values": [
406
- "spring_blooming",
407
- "summer_lush",
408
- "autumn_falling",
409
- "winter_bare"
410
- ],
411
- "required": true,
412
- "description": "Current season"
413
- },
414
- "target_season": {
415
- "type": "enum",
416
- "values": [
417
- "spring_blooming",
418
- "summer_lush",
419
- "autumn_falling",
420
- "winter_bare"
421
- ],
422
- "required": true,
423
- "description": "Target season"
424
- },
425
- "vegetation_state": {
426
- "type": "enum",
427
- "values": [
428
- "blooming_flowers",
429
- "full_green",
430
- "autumn_colors",
431
- "bare_branches",
432
- "evergreen",
433
- "dead_withered"
434
- ],
435
- "required": true,
436
- "description": "State of vegetation and foliage"
437
- },
438
- "ground_cover": {
439
- "type": "enum",
440
- "values": [
441
- "snow_covered",
442
- "autumn_leaves",
443
- "spring_flowers",
444
- "lush_grass",
445
- "dry_grass",
446
- "mud_wet"
447
- ],
448
- "required": true,
449
- "description": "What covers the ground"
450
- },
451
- "description": {
452
- "type": "string",
453
- "required": true,
454
- "description": "Natural language description of seasonal change"
455
- }
456
- },
457
- "does_not_handle": [
458
- "Weather",
459
- "Time of day",
460
- "Mood",
461
- "Temperature visual effects"
462
- ],
463
- "example": {
464
- "source_season": "summer_lush",
465
- "target_season": "winter_bare",
466
- "vegetation_state": "bare_branches",
467
- "ground_cover": "snow_covered",
468
- "description": "Transform from summer with full greenery to winter with bare trees and snow-covered ground"
469
- }
470
- },
471
- {
472
- "id": "weather_conditions",
473
- "name": "Weather Conditions",
474
- "description": "Change weather phenomena (rain, snow, fog, storms) only",
475
- "category": "temporal_environmental",
476
- "parameters": {
477
- "weather_type": {
478
- "type": "enum",
479
- "values": [
480
- "clear_sunny",
481
- "partly_cloudy",
482
- "overcast_gray",
483
- "light_rain",
484
- "heavy_rain",
485
- "thunderstorm",
486
- "light_snow",
487
- "heavy_snow_blizzard",
488
- "fog_dense",
489
- "mist_light",
490
- "sandstorm",
491
- "hail"
492
- ],
493
- "required": true,
494
- "description": "Type of weather condition"
495
- },
496
- "intensity": {
497
- "type": "enum",
498
- "values": [
499
- "light",
500
- "moderate",
501
- "heavy",
502
- "extreme"
503
- ],
504
- "default": "moderate",
505
- "description": "Intensity of weather phenomenon"
506
- },
507
- "visibility": {
508
- "type": "enum",
509
- "values": [
510
- "clear",
511
- "reduced",
512
- "poor",
513
- "very_poor"
514
- ],
515
- "default": "clear",
516
- "description": "How much weather obscures view"
517
- },
518
- "active_precipitation": {
519
- "type": "boolean",
520
- "default": true,
521
- "description": "Whether falling elements (rain, snow) are actively visible"
522
- },
523
- "description": {
524
- "type": "string",
525
- "required": true,
526
- "description": "Natural language description of weather change"
527
- }
528
- },
529
- "does_not_handle": [
530
- "Season",
531
- "Time of day",
532
- "Mood",
533
- "Color palette"
534
- ],
535
- "example": {
536
- "weather_type": "heavy_snow_blizzard",
537
- "intensity": "heavy",
538
- "visibility": "poor",
539
- "active_precipitation": true,
540
- "description": "Transform from clear weather to intense snowstorm with heavy snowfall and reduced visibility"
541
- }
542
- },
543
- {
544
- "id": "mood_lighting",
545
- "name": "Mood Lighting",
546
- "description": "Change emotional mood through artificial/accent lighting (how it feels)",
547
- "category": "atmosphere_mood",
548
- "parameters": {
549
- "source_mood": {
550
- "type": "enum",
551
- "values": [
552
- "bright_cheerful",
553
- "soft_cozy",
554
- "mysterious_shadowy",
555
- "dramatic_cinematic",
556
- "ominous_dark",
557
- "romantic_intimate",
558
- "energetic_vibrant",
559
- "melancholic_somber",
560
- "whimsical_playful",
561
- "nostalgic_sepia",
562
- "tense_suspenseful",
563
- "serene_calm",
564
- "eerie_unsettling",
565
- "epic_grand",
566
- "hopeful_uplifting"
567
- ],
568
- "required": true,
569
- "description": "Current emotional mood"
570
- },
571
- "target_mood": {
572
- "type": "enum",
573
- "values": [
574
- "bright_cheerful",
575
- "soft_cozy",
576
- "mysterious_shadowy",
577
- "dramatic_cinematic",
578
- "ominous_dark",
579
- "romantic_intimate",
580
- "energetic_vibrant",
581
- "melancholic_somber",
582
- "whimsical_playful",
583
- "nostalgic_sepia",
584
- "tense_suspenseful",
585
- "serene_calm",
586
- "eerie_unsettling",
587
- "epic_grand",
588
- "hopeful_uplifting"
589
- ],
590
- "required": true,
591
- "description": "Target emotional mood"
592
- },
593
- "accent_lighting": {
594
- "type": "enum",
595
- "values": [
596
- "neon_signs",
597
- "candlelit_warm",
598
- "spotlight_dramatic",
599
- "rim_lighting",
600
- "backlit_silhouette",
601
- "god_rays",
602
- "volumetric_fog_light",
603
- "colored_gels",
604
- "practical_lights",
605
- "ambient_glow"
606
- ],
607
- "required": true,
608
- "description": "Specific artificial light sources for mood"
609
- },
610
- "shadow_depth": {
611
- "type": "enum",
612
- "values": [
613
- "none",
614
- "soft",
615
- "moderate",
616
- "deep",
617
- "dramatic"
618
- ],
619
- "default": "moderate",
620
- "description": "Shadow intensity for dramatic effect"
621
- },
622
- "description": {
623
- "type": "string",
624
- "required": true,
625
- "description": "Natural language description of mood transformation"
626
- }
627
- },
628
- "does_not_handle": [
629
- "Natural sunlight (use time_of_day)",
630
- "Color grading",
631
- "Weather"
632
- ],
633
- "example": {
634
- "source_mood": "bright_cheerful",
635
- "target_mood": "mysterious_shadowy",
636
- "accent_lighting": "candlelit_warm",
637
- "shadow_depth": "deep",
638
- "description": "Transform from bright cheerful lighting to mysterious shadowy mood with flickering candlelight"
639
- }
640
- },
641
- {
642
- "id": "color_grading",
643
- "name": "Color Grading",
644
- "description": "Change overall color palette and color treatment (color scheme)",
645
- "category": "visual_style",
646
- "parameters": {
647
- "source_palette": {
648
- "type": "enum",
649
- "values": [
650
- "warm_sunset",
651
- "cool_blue",
652
- "neutral_balanced",
653
- "monochrome_bw",
654
- "sepia_vintage",
655
- "pastel_soft",
656
- "neon_electric",
657
- "earth_natural",
658
- "jewel_rich",
659
- "desaturated_muted",
660
- "high_contrast",
661
- "low_contrast",
662
- "golden_hour",
663
- "blue_hour",
664
- "orange_teal",
665
- "purple_pink",
666
- "green_nature",
667
- "red_dramatic"
668
- ],
669
- "required": true,
670
- "description": "Current color palette"
671
- },
672
- "target_palette": {
673
- "type": "enum",
674
- "values": [
675
- "warm_sunset",
676
- "cool_blue",
677
- "neutral_balanced",
678
- "monochrome_bw",
679
- "sepia_vintage",
680
- "pastel_soft",
681
- "neon_electric",
682
- "earth_natural",
683
- "jewel_rich",
684
- "desaturated_muted",
685
- "high_contrast",
686
- "low_contrast",
687
- "golden_hour",
688
- "blue_hour",
689
- "orange_teal",
690
- "purple_pink",
691
- "green_nature",
692
- "red_dramatic"
693
- ],
694
- "required": true,
695
- "description": "Target color palette"
696
- },
697
- "saturation": {
698
- "type": "enum",
699
- "values": [
700
- "desaturated",
701
- "neutral",
702
- "enhanced",
703
- "hyper_saturated"
704
- ],
705
- "default": "neutral",
706
- "description": "Overall color saturation level"
707
- },
708
- "contrast": {
709
- "type": "enum",
710
- "values": [
711
- "low",
712
- "normal",
713
- "high",
714
- "dramatic"
715
- ],
716
- "default": "normal",
717
- "description": "Overall contrast level"
718
- },
719
- "temperature": {
720
- "type": "enum",
721
- "values": [
722
- "cool",
723
- "neutral",
724
- "warm",
725
- "extreme_cool",
726
- "extreme_warm"
727
- ],
728
- "default": "neutral",
729
- "description": "Color temperature shift"
730
- },
731
- "description": {
732
- "type": "string",
733
- "required": true,
734
- "description": "Natural language description of color grading change"
735
- }
736
- },
737
- "does_not_handle": [
738
- "Lighting",
739
- "Mood",
740
- "Artistic style",
741
- "Weather"
742
- ],
743
- "example": {
744
- "source_palette": "neutral_balanced",
745
- "target_palette": "orange_teal",
746
- "saturation": "enhanced",
747
- "contrast": "high",
748
- "temperature": "warm",
749
- "description": "Apply cinematic orange-teal color grading with enhanced saturation and high contrast"
750
- }
751
- },
752
- {
753
- "id": "artistic_medium",
754
- "name": "Artistic Medium",
755
- "description": "Change the rendering/drawing style and artistic medium (how it's rendered)",
756
- "category": "visual_style",
757
- "parameters": {
758
- "source_medium": {
759
- "type": "enum",
760
- "values": [
761
- "photorealistic",
762
- "hyperrealistic",
763
- "film_photography",
764
- "oil_painting_thick",
765
- "oil_painting_smooth",
766
- "watercolor_flowing",
767
- "watercolor_dry",
768
- "acrylic_painting",
769
- "gouache",
770
- "ink_brush",
771
- "pen_ink_lines",
772
- "pencil_sketch",
773
- "charcoal_sketch",
774
- "pastel_drawing",
775
- "digital_painting",
776
- "vector_art",
777
- "3d_rendered",
778
- "low_poly",
779
- "pixel_art",
780
- "anime_cel_shaded",
781
- "cartoon_illustrated",
782
- "collage_mixed_media"
783
- ],
784
- "required": true,
785
- "description": "Current rendering medium"
786
- },
787
- "target_medium": {
788
- "type": "enum",
789
- "values": [
790
- "photorealistic",
791
- "hyperrealistic",
792
- "film_photography",
793
- "oil_painting_thick",
794
- "oil_painting_smooth",
795
- "watercolor_flowing",
796
- "watercolor_dry",
797
- "acrylic_painting",
798
- "gouache",
799
- "ink_brush",
800
- "pen_ink_lines",
801
- "pencil_sketch",
802
- "charcoal_sketch",
803
- "pastel_drawing",
804
- "digital_painting",
805
- "vector_art",
806
- "3d_rendered",
807
- "low_poly",
808
- "pixel_art",
809
- "anime_cel_shaded",
810
- "cartoon_illustrated",
811
- "collage_mixed_media"
812
- ],
813
- "required": true,
814
- "description": "Target rendering medium"
815
- },
816
- "technique": {
817
- "type": "string",
818
- "default": "auto",
819
- "description": "Specific technique (e.g., 'thick impasto brushstrokes', 'fine cross-hatching')"
820
- },
821
- "art_movement": {
822
- "type": "enum",
823
- "values": [
824
- "impressionism",
825
- "post_impressionism",
826
- "expressionism",
827
- "fauvism",
828
- "cubism",
829
- "surrealism",
830
- "abstract_expressionism",
831
- "pop_art",
832
- "minimalism",
833
- "art_nouveau",
834
- "art_deco",
835
- "baroque",
836
- "renaissance",
837
- "none"
838
- ],
839
- "default": "none",
840
- "description": "Optional historical art movement influence"
841
- },
842
- "texture_visibility": {
843
- "type": "enum",
844
- "values": [
845
- "none",
846
- "subtle",
847
- "moderate",
848
- "prominent"
849
- ],
850
- "default": "moderate",
851
- "description": "How visible the medium texture is (canvas, paper, etc.)"
852
- },
853
- "description": {
854
- "type": "string",
855
- "required": true,
856
- "description": "Natural language description of artistic style change"
857
- }
858
- },
859
- "does_not_handle": [
860
- "Color palette",
861
- "Mood",
862
- "Content changes",
863
- "Location"
864
- ],
865
- "example": {
866
- "source_medium": "photorealistic",
867
- "target_medium": "oil_painting_thick",
868
- "technique": "thick impasto brushstrokes with palette knife",
869
- "art_movement": "post_impressionism",
870
- "texture_visibility": "prominent",
871
- "description": "Transform photograph into Van Gogh-style thick oil painting with visible brushstrokes"
872
- }
873
- },
874
- {
875
- "id": "atmospheric_effects",
876
- "name": "Atmospheric Effects",
877
- "description": "Add particle effects, glows, and special visual FX overlay (special effects)",
878
- "category": "visual_style",
879
- "parameters": {
880
- "effect_type": {
881
- "type": "enum",
882
- "values": [
883
- "dust_particles",
884
- "smoke_haze",
885
- "fog_volumetric",
886
- "mist_ground",
887
- "steam_rising",
888
- "rain_falling",
889
- "snow_falling",
890
- "leaves_falling",
891
- "petals_floating",
892
- "ash_embers",
893
- "sparkles_magical",
894
- "glowing_aura",
895
- "energy_particles",
896
- "light_beams_godrays",
897
- "lens_flare",
898
- "bokeh_lights",
899
- "motion_blur",
900
- "speed_lines",
901
- "lens_distortion",
902
- "film_grain",
903
- "holographic_glitch",
904
- "digital_artifacts",
905
- "cracks_damage",
906
- "debris_floating",
907
- "bioluminescence"
908
- ],
909
- "required": true,
910
- "description": "Type of atmospheric effect"
911
- },
912
- "intensity": {
913
- "type": "enum",
914
- "values": [
915
- "subtle",
916
- "moderate",
917
- "heavy",
918
- "extreme"
919
- ],
920
- "default": "moderate",
921
- "description": "Intensity of the effect"
922
- },
923
- "coverage": {
924
- "type": "enum",
925
- "values": [
926
- "localized",
927
- "widespread",
928
- "full_scene"
929
- ],
930
- "default": "widespread",
931
- "description": "How much of the scene has the effect"
932
- },
933
- "color_tint": {
934
- "type": "string",
935
- "default": "auto",
936
- "description": "Color tint of effect (e.g., 'blue_glow', 'orange_fire', 'green_magic')"
937
- },
938
- "description": {
939
- "type": "string",
940
- "required": true,
941
- "description": "Natural language description of effect"
942
- }
943
- },
944
- "does_not_handle": [
945
- "Core weather",
946
- "Mood",
947
- "Color grading",
948
- "Location"
949
- ],
950
- "example": {
951
- "effect_type": "sparkles_magical",
952
- "intensity": "heavy",
953
- "coverage": "full_scene",
954
- "color_tint": "blue_white_shimmer",
955
- "description": "Add magical sparkles and shimmering particles throughout the scene with blue-white glow"
956
- }
957
- },
958
- {
959
- "id": "preserve_attribute",
960
- "name": "Preserve Attribute",
961
- "description": "Constraint: Preserve a specific visual attribute while transforming other aspects (NEW for complex transformations)",
962
- "category": "constraint",
963
- "parameters": {
964
- "attribute_type": {
965
- "type": "enum",
966
- "values": [
967
- "lighting",
968
- "color",
969
- "texture",
970
- "objects",
971
- "style",
972
- "architecture",
973
- "mood",
974
- "weather",
975
- "technology"
976
- ],
977
- "required": true,
978
- "description": "Which attribute to preserve unchanged"
979
- },
980
- "scope": {
981
- "type": "enum",
982
- "values": [
983
- "global",
984
- "foreground_only",
985
- "background_only",
986
- "specific_object"
987
- ],
988
- "default": "global",
989
- "description": "Scope of preservation"
990
- },
991
- "target_object": {
992
- "type": "string",
993
- "default": null,
994
- "description": "Specific object to preserve (if scope=specific_object)"
995
- },
996
- "reason": {
997
- "type": "string",
998
- "required": true,
999
- "description": "Why this attribute must be preserved (for reasoning)"
1000
- },
1001
- "description": {
1002
- "type": "string",
1003
- "required": true,
1004
- "description": "Natural language description of preservation constraint"
1005
- }
1006
- },
1007
- "works_with": "Any transformation action",
1008
- "example": {
1009
- "attribute_type": "lighting",
1010
- "scope": "global",
1011
- "target_object": null,
1012
- "reason": "User wants to maintain modern LED lighting in Victorian setting for contrast",
1013
- "description": "Preserve all modern lighting fixtures and their illumination while transforming architecture"
1014
- }
1015
- },
1016
- {
1017
- "id": "exclude_region",
1018
- "name": "Exclude Region",
1019
- "description": "Constraint: Exclude a spatial region from transformation (NEW for complex transformations)",
1020
- "category": "constraint",
1021
- "parameters": {
1022
- "region_type": {
1023
- "type": "enum",
1024
- "values": [
1025
- "indoor",
1026
- "outdoor",
1027
- "foreground",
1028
- "background",
1029
- "left_half",
1030
- "right_half",
1031
- "top_half",
1032
- "bottom_half",
1033
- "center",
1034
- "edges"
1035
- ],
1036
- "required": true,
1037
- "description": "Which spatial region to exclude"
1038
- },
1039
- "exclusion_reason": {
1040
- "type": "string",
1041
- "required": true,
1042
- "description": "Why this region should be excluded"
1043
- },
1044
- "preserve_fully": {
1045
- "type": "boolean",
1046
- "default": true,
1047
- "description": "True = no changes, False = minimal changes only"
1048
- },
1049
- "description": {
1050
- "type": "string",
1051
- "required": true,
1052
- "description": "Natural language description of regional exclusion"
1053
- }
1054
- },
1055
- "works_with": "Weather, lighting, color transformations",
1056
- "example": {
1057
- "region_type": "indoor",
1058
- "exclusion_reason": "Rain should only affect outdoor areas, not interior spaces",
1059
- "preserve_fully": true,
1060
- "description": "Apply rain effects only to outdoor regions, keeping indoor areas completely dry and unchanged"
1061
- }
1062
- },
1063
- {
1064
- "id": "conditional_transform",
1065
- "name": "Conditional Transform",
1066
- "description": "Constraint: Apply transformation only if a condition is met (NEW for complex transformations)",
1067
- "category": "constraint",
1068
- "parameters": {
1069
- "condition": {
1070
- "type": "string",
1071
- "required": true,
1072
- "description": "Condition to check (e.g., 'if window exists', 'if person is present', 'if outdoor scene')"
1073
- },
1074
- "then_action": {
1075
- "type": "string",
1076
- "required": true,
1077
- "description": "Action ID to apply if condition is true"
1078
- },
1079
- "then_parameters": {
1080
- "type": "object",
1081
- "default": {},
1082
- "description": "Parameters for the then_action"
1083
- },
1084
- "else_action": {
1085
- "type": "string",
1086
- "default": null,
1087
- "description": "Optional action ID to apply if condition is false"
1088
- },
1089
- "else_parameters": {
1090
- "type": "object",
1091
- "default": {},
1092
- "description": "Parameters for the else_action"
1093
- },
1094
- "description": {
1095
- "type": "string",
1096
- "required": true,
1097
- "description": "Natural language description of conditional logic"
1098
- }
1099
- },
1100
- "works_with": "Any action can be conditional",
1101
- "example": {
1102
- "condition": "if windows are present in the scene",
1103
- "then_action": "weather_conditions",
1104
- "then_parameters": {
1105
- "weather_type": "heavy_rain",
1106
- "intensity": "heavy"
1107
- },
1108
- "else_action": "atmospheric_effects",
1109
- "else_parameters": {
1110
- "effect_type": "sparkles_magical",
1111
- "intensity": "moderate"
1112
- },
1113
- "description": "If windows exist, show rain outside; otherwise add indoor magical ambiance"
1114
- }
1115
- },
1116
- {
1117
- "id": "preserve_object_category",
1118
- "name": "Preserve Object Category",
1119
- "description": "Constraint: Keep all objects of a specific category unchanged (NEW for complex transformations)",
1120
- "category": "constraint",
1121
- "parameters": {
1122
- "category": {
1123
- "type": "enum",
1124
- "values": [
1125
- "furniture",
1126
- "electronics",
1127
- "plants",
1128
- "people",
1129
- "animals",
1130
- "vehicles",
1131
- "decorations",
1132
- "lighting_fixtures",
1133
- "artworks",
1134
- "appliances"
1135
- ],
1136
- "required": true,
1137
- "description": "Object category to preserve"
1138
- },
1139
- "preservation_level": {
1140
- "type": "enum",
1141
- "values": [
1142
- "full",
1143
- "position_only",
1144
- "appearance_only"
1145
- ],
1146
- "default": "full",
1147
- "description": "Full = no changes, position_only = can change appearance, appearance_only = can move"
1148
- },
1149
- "examples": {
1150
- "type": "array",
1151
- "default": [],
1152
- "description": "Specific object examples in this category"
1153
- },
1154
- "reason": {
1155
- "type": "string",
1156
- "required": true,
1157
- "description": "Why this category must be preserved"
1158
- },
1159
- "description": {
1160
- "type": "string",
1161
- "required": true,
1162
- "description": "Natural language description of category preservation"
1163
- }
1164
- },
1165
- "works_with": "Theme, era, location transformations",
1166
- "example": {
1167
- "category": "electronics",
1168
- "preservation_level": "full",
1169
- "examples": [
1170
- "laptop",
1171
- "TV",
1172
- "smartphone"
1173
- ],
1174
- "reason": "Modern technology should remain visible in historical setting for anachronistic contrast",
1175
- "description": "Preserve all modern electronic devices exactly as they are while transforming room to Victorian era"
1176
- }
1177
- },
1178
- {
1179
- "id": "spatial_constraint",
1180
- "name": "Spatial Constraint",
1181
- "description": "Constraint: Apply transformation only to specific spatial regions (NEW for complex transformations)",
1182
- "category": "constraint",
1183
- "parameters": {
1184
- "apply_to": {
1185
- "type": "enum",
1186
- "values": [
1187
- "indoor_only",
1188
- "outdoor_only",
1189
- "left_half",
1190
- "right_half",
1191
- "top_half",
1192
- "bottom_half",
1193
- "foreground",
1194
- "background",
1195
- "center",
1196
- "edges"
1197
- ],
1198
- "required": true,
1199
- "description": "Where to apply the transformation"
1200
- },
1201
- "transformation_type": {
1202
- "type": "enum",
1203
- "values": [
1204
- "weather",
1205
- "lighting",
1206
- "color",
1207
- "fog",
1208
- "particles",
1209
- "any"
1210
- ],
1211
- "default": "any",
1212
- "description": "Which type of transformation this constrains"
1213
- },
1214
- "blend_edges": {
1215
- "type": "boolean",
1216
- "default": true,
1217
- "description": "Smoothly blend at region boundaries"
1218
- },
1219
- "description": {
1220
- "type": "string",
1221
- "required": true,
1222
- "description": "Natural language description of spatial constraint"
1223
- }
1224
- },
1225
- "works_with": "Weather, lighting, atmospheric effects",
1226
- "example": {
1227
- "apply_to": "outdoor_only",
1228
- "transformation_type": "weather",
1229
- "blend_edges": true,
1230
- "description": "Apply heavy rain transformation only to outdoor areas visible through windows, with smooth transition at window edges"
1231
- }
1232
- },
1233
- {
1234
- "id": "sequence_transform",
1235
- "name": "Sequence Transform",
1236
- "description": "Compositional: Apply multiple transformations in a specific order (NEW for complex transformations)",
1237
- "category": "compositional",
1238
- "parameters": {
1239
- "steps": {
1240
- "type": "array",
1241
- "required": true,
1242
- "description": "Array of action IDs to apply in sequence",
1243
- "items": {
1244
- "type": "string"
1245
- }
1246
- },
1247
- "step_descriptions": {
1248
- "type": "array",
1249
- "default": [],
1250
- "description": "Natural language description for each step"
1251
- },
1252
- "order_matters": {
1253
- "type": "boolean",
1254
- "default": true,
1255
- "description": "Whether the sequence order is critical"
1256
- },
1257
- "description": {
1258
- "type": "string",
1259
- "required": true,
1260
- "description": "Natural language description of the sequence"
1261
- }
1262
- },
1263
- "works_with": "Any combination of actions",
1264
- "example": {
1265
- "steps": [
1266
- "architecture_style",
1267
- "mood_lighting",
1268
- "atmospheric_effects"
1269
- ],
1270
- "step_descriptions": [
1271
- "First change architecture to Victorian",
1272
- "Then add candlelit warm mood lighting",
1273
- "Finally add fog particles for atmosphere"
1274
- ],
1275
- "order_matters": true,
1276
- "description": "Sequential transformation: Victorian architecture → candlelit mood → foggy atmosphere"
1277
- }
1278
- },
1279
- {
1280
- "id": "parallel_transform",
1281
- "name": "Parallel Transform",
1282
- "description": "Compositional: Apply multiple transformations simultaneously (NEW for complex transformations)",
1283
- "category": "compositional",
1284
- "parameters": {
1285
- "actions": {
1286
- "type": "array",
1287
- "required": true,
1288
- "description": "Array of action IDs to apply in parallel",
1289
- "items": {
1290
- "type": "string"
1291
- }
1292
- },
1293
- "action_descriptions": {
1294
- "type": "array",
1295
- "default": [],
1296
- "description": "Natural language description for each parallel action"
1297
- },
1298
- "blend_mode": {
1299
- "type": "enum",
1300
- "values": [
1301
- "additive",
1302
- "multiplicative",
1303
- "average",
1304
- "max_effect"
1305
- ],
1306
- "default": "additive",
1307
- "description": "How to combine effects when they overlap"
1308
- },
1309
- "description": {
1310
- "type": "string",
1311
- "required": true,
1312
- "description": "Natural language description of parallel transformations"
1313
- }
1314
- },
1315
- "works_with": "Independent actions that don't conflict",
1316
- "example": {
1317
- "actions": [
1318
- "time_of_day",
1319
- "weather_conditions"
1320
- ],
1321
- "action_descriptions": [
1322
- "Change time to golden hour sunset",
1323
- "Add light rain with atmospheric wetness"
1324
- ],
1325
- "blend_mode": "additive",
1326
- "description": "Simultaneously apply sunset lighting and rain effects for rainy golden hour atmosphere"
1327
- }
1328
- },
1329
- {
1330
- "id": "graduated_effect",
1331
- "name": "Graduated Effect",
1332
- "description": "Compositional: Apply effect with gradual intensity variation across space (NEW for complex transformations)",
1333
- "category": "compositional",
1334
- "parameters": {
1335
- "effect_type": {
1336
- "type": "enum",
1337
- "values": [
1338
- "fog",
1339
- "lighting",
1340
- "color",
1341
- "saturation",
1342
- "brightness",
1343
- "blur",
1344
- "particles"
1345
- ],
1346
- "required": true,
1347
- "description": "Type of effect to graduate"
1348
- },
1349
- "gradient_direction": {
1350
- "type": "enum",
1351
- "values": [
1352
- "top_to_bottom",
1353
- "bottom_to_top",
1354
- "left_to_right",
1355
- "right_to_left",
1356
- "center_out",
1357
- "edges_in"
1358
- ],
1359
- "required": true,
1360
- "description": "Direction of gradient"
1361
- },
1362
- "intensity_start": {
1363
- "type": "number",
1364
- "default": 0,
1365
- "description": "Intensity at gradient start (0.0-1.0)"
1366
- },
1367
- "intensity_end": {
1368
- "type": "number",
1369
- "default": 1,
1370
- "description": "Intensity at gradient end (0.0-1.0)"
1371
- },
1372
- "description": {
1373
- "type": "string",
1374
- "required": true,
1375
- "description": "Natural language description of graduated effect"
1376
- }
1377
- },
1378
- "works_with": "Atmospheric effects, lighting, color grading",
1379
- "example": {
1380
- "effect_type": "fog",
1381
- "gradient_direction": "bottom_to_top",
1382
- "intensity_start": 1,
1383
- "intensity_end": 0,
1384
- "description": "Apply dense fog at ground level that gradually fades to clear air at eye level and above"
1385
- }
1386
- },
1387
- {
1388
- "id": "layered_transformation",
1389
- "name": "Layered Transformation",
1390
- "description": "Compositional: Apply transformations in layers with blend modes (NEW for complex transformations)",
1391
- "category": "compositional",
1392
- "parameters": {
1393
- "base_layer": {
1394
- "type": "string",
1395
- "required": true,
1396
- "description": "Base transformation action ID"
1397
- },
1398
- "overlay_layers": {
1399
- "type": "array",
1400
- "required": true,
1401
- "description": "Array of overlay action IDs to apply on top",
1402
- "items": {
1403
- "type": "string"
1404
- }
1405
- },
1406
- "blend_modes": {
1407
- "type": "array",
1408
- "required": true,
1409
- "description": "Blend mode for each overlay layer",
1410
- "items": {
1411
- "type": "enum",
1412
- "values": [
1413
- "normal",
1414
- "multiply",
1415
- "screen",
1416
- "overlay",
1417
- "soft_light",
1418
- "hard_light",
1419
- "add"
1420
- ]
1421
- }
1422
- },
1423
- "layer_opacities": {
1424
- "type": "array",
1425
- "default": [],
1426
- "description": "Opacity for each overlay layer (0.0-1.0)"
1427
- },
1428
- "description": {
1429
- "type": "string",
1430
- "required": true,
1431
- "description": "Natural language description of layered composition"
1432
- }
1433
- },
1434
- "works_with": "Color grading, mood lighting, atmospheric effects",
1435
- "example": {
1436
- "base_layer": "time_period_era",
1437
- "overlay_layers": [
1438
- "mood_lighting",
1439
- "atmospheric_effects"
1440
- ],
1441
- "blend_modes": [
1442
- "multiply",
1443
- "screen"
1444
- ],
1445
- "layer_opacities": [
1446
- 0.8,
1447
- 0.6
1448
- ],
1449
- "description": "Base Victorian transformation with mood lighting overlay (multiply) and magical particles overlay (screen)"
1450
- }
1451
- },
1452
- {
1453
- "id": "selective_blend",
1454
- "name": "Selective Blend",
1455
- "description": "Compositional: Blend source and target styles with varying ratios by region (NEW for complex transformations)",
1456
- "category": "compositional",
1457
- "parameters": {
1458
- "source_preserve_ratio": {
1459
- "type": "number",
1460
- "required": true,
1461
- "description": "How much to preserve from source (0.0-1.0)"
1462
- },
1463
- "target_apply_ratio": {
1464
- "type": "number",
1465
- "required": true,
1466
- "description": "How much to apply from target (0.0-1.0)"
1467
- },
1468
- "blend_regions": {
1469
- "type": "enum",
1470
- "values": [
1471
- "everywhere",
1472
- "architecture_only",
1473
- "objects_only",
1474
- "lighting_only",
1475
- "foreground",
1476
- "background"
1477
- ],
1478
- "default": "everywhere",
1479
- "description": "Which regions get blended"
1480
- },
1481
- "blend_algorithm": {
1482
- "type": "enum",
1483
- "values": [
1484
- "linear",
1485
- "smooth",
1486
- "sharp_transition",
1487
- "artistic"
1488
- ],
1489
- "default": "linear",
1490
- "description": "How to blend between source and target"
1491
- },
1492
- "description": {
1493
- "type": "string",
1494
- "required": true,
1495
- "description": "Natural language description of selective blending"
1496
- }
1497
- },
1498
- "works_with": "Any transformation that has source/target states",
1499
- "example": {
1500
- "source_preserve_ratio": 0.4,
1501
- "target_apply_ratio": 0.6,
1502
- "blend_regions": "architecture_only",
1503
- "blend_algorithm": "smooth",
1504
- "description": "Blend 40% modern and 60% Victorian style for architecture only, creating a transitional hybrid aesthetic"
1505
- }
1506
- }
1507
- ],
1508
- "metadata": {
1509
- "total_actions": 20,
1510
- "base_actions": 10,
1511
- "constraint_actions": 5,
1512
- "compositional_actions": 5,
1513
- "evaluation_actions": 0,
1514
- "max_actions_per_plan": 8,
1515
- "categories": {
1516
- "scene_level": [
1517
- "location_setting",
1518
- "architecture_style",
1519
- "time_period_era"
1520
- ],
1521
- "temporal_environmental": [
1522
- "time_of_day",
1523
- "season_cycle",
1524
- "weather_conditions"
1525
- ],
1526
- "atmosphere_mood": [
1527
- "mood_lighting"
1528
- ],
1529
- "visual_style": [
1530
- "color_grading",
1531
- "artistic_medium",
1532
- "atmospheric_effects"
1533
- ],
1534
- "constraint": [
1535
- "preserve_attribute",
1536
- "exclude_region",
1537
- "conditional_transform",
1538
- "preserve_object_category",
1539
- "spatial_constraint"
1540
- ],
1541
- "compositional": [
1542
- "sequence_transform",
1543
- "parallel_transform",
1544
- "graduated_effect",
1545
- "layered_transformation",
1546
- "selective_blend"
1547
- ]
1548
- },
1549
- "design_notes": {
1550
- "orthogonality": "Base actions control distinct dimensions; constraint/compositional actions modify or combine base actions",
1551
- "composability": "Combine 3-8 actions (2-3 base + constraints + compositional) for complex transformations",
1552
- "constraints": "Constraint actions modify HOW transformations are applied (preserve, exclude, conditionally)",
1553
- "composition": "Compositional actions define RELATIONSHIPS between multiple transformations (sequence, parallel, layered)",
1554
- "complexity": "Enables multi-step reasoning with preservation constraints and spatial logic"
1555
- },
1556
- "version_date": "2025-12-16",
1557
- "extends": "action_library_v2.json v2.0"
1558
- }
1559
- }