Delete actions/action_library_complex.json - repository cleanup
Browse files
actions/action_library_complex.json
DELETED
|
@@ -1,679 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"version": "v3.0",
|
| 3 |
-
"description": "ImageAgent Action Library V3 - 30 styling and transformation actions",
|
| 4 |
-
"design_philosophy": "Focuses on visual styling, artistic transformations, and aesthetic modifications while preserving content structure",
|
| 5 |
-
"actions": [
|
| 6 |
-
{
|
| 7 |
-
"id": "location_setting",
|
| 8 |
-
"name": "Location Setting",
|
| 9 |
-
"description": "Transform the environmental setting and location style",
|
| 10 |
-
"category": "THEME",
|
| 11 |
-
"parameters": {
|
| 12 |
-
"setting_type": {
|
| 13 |
-
"type": "string",
|
| 14 |
-
"description": "Type of location (urban, rural, coastal, mountain, desert, forest, underwater, space)",
|
| 15 |
-
"required": false
|
| 16 |
-
},
|
| 17 |
-
"setting_style": {
|
| 18 |
-
"type": "string",
|
| 19 |
-
"description": "Style of the setting (modern, rustic, tropical, arctic, fantasy)",
|
| 20 |
-
"required": false
|
| 21 |
-
}
|
| 22 |
-
},
|
| 23 |
-
"constraints": [
|
| 24 |
-
"Must preserve main subject",
|
| 25 |
-
"Should maintain scene coherence"
|
| 26 |
-
]
|
| 27 |
-
},
|
| 28 |
-
{
|
| 29 |
-
"id": "architecture_style",
|
| 30 |
-
"name": "Architecture Style",
|
| 31 |
-
"description": "Change architectural aesthetics and building styles",
|
| 32 |
-
"category": "THEME",
|
| 33 |
-
"parameters": {
|
| 34 |
-
"style": {
|
| 35 |
-
"type": "string",
|
| 36 |
-
"description": "Architecture style (Gothic, Modern, Victorian, Brutalist, Art Deco, Minimalist)",
|
| 37 |
-
"required": false
|
| 38 |
-
},
|
| 39 |
-
"detail_level": {
|
| 40 |
-
"type": "string",
|
| 41 |
-
"description": "Level of architectural detail (simple, moderate, ornate)",
|
| 42 |
-
"required": false
|
| 43 |
-
}
|
| 44 |
-
},
|
| 45 |
-
"constraints": [
|
| 46 |
-
"Preserve building structure",
|
| 47 |
-
"Maintain scale proportions"
|
| 48 |
-
]
|
| 49 |
-
},
|
| 50 |
-
{
|
| 51 |
-
"id": "time_period_era",
|
| 52 |
-
"name": "Time Period Era",
|
| 53 |
-
"description": "Apply historical era styling and aesthetics",
|
| 54 |
-
"category": "THEME",
|
| 55 |
-
"parameters": {
|
| 56 |
-
"era": {
|
| 57 |
-
"type": "string",
|
| 58 |
-
"description": "Historical period (Ancient, Medieval, Renaissance, Victorian, 1920s, 1950s, 1980s, Future)",
|
| 59 |
-
"required": false
|
| 60 |
-
},
|
| 61 |
-
"authenticity": {
|
| 62 |
-
"type": "string",
|
| 63 |
-
"description": "Level of historical accuracy (stylized, authentic, fantasy)",
|
| 64 |
-
"required": false
|
| 65 |
-
}
|
| 66 |
-
},
|
| 67 |
-
"constraints": [
|
| 68 |
-
"Maintain core composition",
|
| 69 |
-
"Keep subject recognizable"
|
| 70 |
-
]
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"id": "time_of_day",
|
| 74 |
-
"name": "Time of Day",
|
| 75 |
-
"description": "Transform lighting based on time of day",
|
| 76 |
-
"category": "LIGHTING",
|
| 77 |
-
"parameters": {
|
| 78 |
-
"time": {
|
| 79 |
-
"type": "string",
|
| 80 |
-
"description": "Time period (dawn, morning, noon, golden_hour, dusk, night, blue_hour)",
|
| 81 |
-
"required": false
|
| 82 |
-
},
|
| 83 |
-
"lighting_quality": {
|
| 84 |
-
"type": "string",
|
| 85 |
-
"description": "Quality of light (soft, harsh, dramatic, flat)",
|
| 86 |
-
"required": false
|
| 87 |
-
}
|
| 88 |
-
},
|
| 89 |
-
"constraints": [
|
| 90 |
-
"Preserve subject visibility",
|
| 91 |
-
"Maintain color relationships"
|
| 92 |
-
]
|
| 93 |
-
},
|
| 94 |
-
{
|
| 95 |
-
"id": "season_cycle",
|
| 96 |
-
"name": "Season Cycle",
|
| 97 |
-
"description": "Apply seasonal visual transformations",
|
| 98 |
-
"category": "THEME",
|
| 99 |
-
"parameters": {
|
| 100 |
-
"season": {
|
| 101 |
-
"type": "string",
|
| 102 |
-
"description": "Season (spring, summer, autumn, winter)",
|
| 103 |
-
"required": false
|
| 104 |
-
},
|
| 105 |
-
"intensity": {
|
| 106 |
-
"type": "string",
|
| 107 |
-
"description": "Seasonal effect strength (subtle, moderate, dramatic)",
|
| 108 |
-
"required": false
|
| 109 |
-
}
|
| 110 |
-
},
|
| 111 |
-
"constraints": [
|
| 112 |
-
"Preserve scene structure",
|
| 113 |
-
"Maintain logical consistency"
|
| 114 |
-
]
|
| 115 |
-
},
|
| 116 |
-
{
|
| 117 |
-
"id": "weather_conditions",
|
| 118 |
-
"name": "Weather Conditions",
|
| 119 |
-
"description": "Transform atmospheric weather styling",
|
| 120 |
-
"category": "ATMOSPHERE",
|
| 121 |
-
"parameters": {
|
| 122 |
-
"condition": {
|
| 123 |
-
"type": "string",
|
| 124 |
-
"description": "Weather type (clear, cloudy, rainy, snowy, stormy, foggy, misty)",
|
| 125 |
-
"required": false
|
| 126 |
-
},
|
| 127 |
-
"intensity": {
|
| 128 |
-
"type": "string",
|
| 129 |
-
"description": "Weather strength (light, moderate, heavy, extreme)",
|
| 130 |
-
"required": false
|
| 131 |
-
}
|
| 132 |
-
},
|
| 133 |
-
"constraints": [
|
| 134 |
-
"Maintain subject clarity",
|
| 135 |
-
"Keep composition readable"
|
| 136 |
-
]
|
| 137 |
-
},
|
| 138 |
-
{
|
| 139 |
-
"id": "mood_lighting",
|
| 140 |
-
"name": "Mood Lighting",
|
| 141 |
-
"description": "Apply emotional lighting transformations",
|
| 142 |
-
"category": "LIGHTING",
|
| 143 |
-
"parameters": {
|
| 144 |
-
"mood": {
|
| 145 |
-
"type": "string",
|
| 146 |
-
"description": "Emotional tone (romantic, dramatic, mysterious, cheerful, ominous, serene)",
|
| 147 |
-
"required": false
|
| 148 |
-
},
|
| 149 |
-
"color_influence": {
|
| 150 |
-
"type": "string",
|
| 151 |
-
"description": "Color tint (warm, cool, neutral, colored)",
|
| 152 |
-
"required": false
|
| 153 |
-
}
|
| 154 |
-
},
|
| 155 |
-
"constraints": [
|
| 156 |
-
"Preserve subject legibility",
|
| 157 |
-
"Maintain tonal balance"
|
| 158 |
-
]
|
| 159 |
-
},
|
| 160 |
-
{
|
| 161 |
-
"id": "color_grading",
|
| 162 |
-
"name": "Color Grading",
|
| 163 |
-
"description": "Professional color grading and correction",
|
| 164 |
-
"category": "COLOR",
|
| 165 |
-
"parameters": {
|
| 166 |
-
"grade_style": {
|
| 167 |
-
"type": "string",
|
| 168 |
-
"description": "Grading approach (cinematic, commercial, natural, stylized, vintage)",
|
| 169 |
-
"required": false
|
| 170 |
-
},
|
| 171 |
-
"look": {
|
| 172 |
-
"type": "string",
|
| 173 |
-
"description": "Specific look (teal_orange, bleach_bypass, golden, cool_blue, warm_sepia)",
|
| 174 |
-
"required": false
|
| 175 |
-
}
|
| 176 |
-
},
|
| 177 |
-
"constraints": [
|
| 178 |
-
"Maintain color harmony",
|
| 179 |
-
"Preserve important details"
|
| 180 |
-
]
|
| 181 |
-
},
|
| 182 |
-
{
|
| 183 |
-
"id": "artistic_medium",
|
| 184 |
-
"name": "Artistic Medium",
|
| 185 |
-
"description": "Transform to different artistic mediums",
|
| 186 |
-
"category": "STYLE",
|
| 187 |
-
"parameters": {
|
| 188 |
-
"medium": {
|
| 189 |
-
"type": "string",
|
| 190 |
-
"description": "Art medium (oil_paint, watercolor, acrylic, pencil, charcoal, ink, digital, mixed_media)",
|
| 191 |
-
"required": false
|
| 192 |
-
},
|
| 193 |
-
"technique_style": {
|
| 194 |
-
"type": "string",
|
| 195 |
-
"description": "Application style (loose, detailed, impressionistic, realistic)",
|
| 196 |
-
"required": false
|
| 197 |
-
}
|
| 198 |
-
},
|
| 199 |
-
"constraints": [
|
| 200 |
-
"Preserve composition",
|
| 201 |
-
"Maintain subject recognition"
|
| 202 |
-
]
|
| 203 |
-
},
|
| 204 |
-
{
|
| 205 |
-
"id": "atmospheric_effects",
|
| 206 |
-
"name": "Atmospheric Effects",
|
| 207 |
-
"description": "Add atmospheric depth and effects",
|
| 208 |
-
"category": "ATMOSPHERE",
|
| 209 |
-
"parameters": {
|
| 210 |
-
"effect_type": {
|
| 211 |
-
"type": "string",
|
| 212 |
-
"description": "Effect (fog, mist, haze, smoke, dust, volumetric_light, god_rays)",
|
| 213 |
-
"required": false
|
| 214 |
-
},
|
| 215 |
-
"density": {
|
| 216 |
-
"type": "string",
|
| 217 |
-
"description": "Effect density (light, medium, heavy, dramatic)",
|
| 218 |
-
"required": false
|
| 219 |
-
}
|
| 220 |
-
},
|
| 221 |
-
"constraints": [
|
| 222 |
-
"Maintain subject visibility",
|
| 223 |
-
"Preserve depth perception"
|
| 224 |
-
]
|
| 225 |
-
},
|
| 226 |
-
{
|
| 227 |
-
"id": "art_movement",
|
| 228 |
-
"name": "Art Movement",
|
| 229 |
-
"description": "Apply historical art movement aesthetics",
|
| 230 |
-
"category": "STYLE",
|
| 231 |
-
"parameters": {
|
| 232 |
-
"movement": {
|
| 233 |
-
"type": "string",
|
| 234 |
-
"description": "Art movement (Impressionism, Cubism, Surrealism, Art_Deco, Art_Nouveau, Pop_Art, Expressionism, Abstract)",
|
| 235 |
-
"required": false
|
| 236 |
-
},
|
| 237 |
-
"interpretation": {
|
| 238 |
-
"type": "string",
|
| 239 |
-
"description": "Application approach (subtle, moderate, strong, extreme)",
|
| 240 |
-
"required": false
|
| 241 |
-
}
|
| 242 |
-
},
|
| 243 |
-
"constraints": [
|
| 244 |
-
"Keep subject identifiable",
|
| 245 |
-
"Maintain visual interest"
|
| 246 |
-
]
|
| 247 |
-
},
|
| 248 |
-
{
|
| 249 |
-
"id": "painting_technique",
|
| 250 |
-
"name": "Painting Technique",
|
| 251 |
-
"description": "Apply specific painting techniques and brush styles",
|
| 252 |
-
"category": "STYLE",
|
| 253 |
-
"parameters": {
|
| 254 |
-
"technique": {
|
| 255 |
-
"type": "string",
|
| 256 |
-
"description": "Technique (impasto, glazing, pointillism, stippling, sgraffito, scumbling, wet_on_wet)",
|
| 257 |
-
"required": false
|
| 258 |
-
},
|
| 259 |
-
"brush_quality": {
|
| 260 |
-
"type": "string",
|
| 261 |
-
"description": "Brush character (fine, medium, broad, textured)",
|
| 262 |
-
"required": false
|
| 263 |
-
}
|
| 264 |
-
},
|
| 265 |
-
"constraints": [
|
| 266 |
-
"Preserve composition",
|
| 267 |
-
"Maintain readability"
|
| 268 |
-
]
|
| 269 |
-
},
|
| 270 |
-
{
|
| 271 |
-
"id": "illustration_style",
|
| 272 |
-
"name": "Illustration Style",
|
| 273 |
-
"description": "Transform to illustration aesthetics",
|
| 274 |
-
"category": "STYLE",
|
| 275 |
-
"parameters": {
|
| 276 |
-
"style": {
|
| 277 |
-
"type": "string",
|
| 278 |
-
"description": "Illustration type (comic_book, manga, concept_art, children_book, editorial, technical, fantasy)",
|
| 279 |
-
"required": false
|
| 280 |
-
},
|
| 281 |
-
"line_quality": {
|
| 282 |
-
"type": "string",
|
| 283 |
-
"description": "Line character (bold, fine, sketchy, clean, none)",
|
| 284 |
-
"required": false
|
| 285 |
-
}
|
| 286 |
-
},
|
| 287 |
-
"constraints": [
|
| 288 |
-
"Maintain clarity",
|
| 289 |
-
"Preserve important details"
|
| 290 |
-
]
|
| 291 |
-
},
|
| 292 |
-
{
|
| 293 |
-
"id": "rendering_style",
|
| 294 |
-
"name": "Rendering Style",
|
| 295 |
-
"description": "Apply different rendering approaches",
|
| 296 |
-
"category": "STYLE",
|
| 297 |
-
"parameters": {
|
| 298 |
-
"render_type": {
|
| 299 |
-
"type": "string",
|
| 300 |
-
"description": "Rendering (photorealistic, stylized, cel_shaded, sketch, wireframe, low_poly, painterly)",
|
| 301 |
-
"required": false
|
| 302 |
-
},
|
| 303 |
-
"detail_level": {
|
| 304 |
-
"type": "string",
|
| 305 |
-
"description": "Detail amount (minimal, moderate, high, ultra)",
|
| 306 |
-
"required": false
|
| 307 |
-
}
|
| 308 |
-
},
|
| 309 |
-
"constraints": [
|
| 310 |
-
"Keep subject clear",
|
| 311 |
-
"Maintain composition"
|
| 312 |
-
]
|
| 313 |
-
},
|
| 314 |
-
{
|
| 315 |
-
"id": "texture_overlay",
|
| 316 |
-
"name": "Texture Overlay",
|
| 317 |
-
"description": "Apply surface texture overlays",
|
| 318 |
-
"category": "STYLE",
|
| 319 |
-
"parameters": {
|
| 320 |
-
"texture": {
|
| 321 |
-
"type": "string",
|
| 322 |
-
"description": "Texture type (canvas, paper, fabric, wood_grain, metal, stone, concrete, aged)",
|
| 323 |
-
"required": false
|
| 324 |
-
},
|
| 325 |
-
"blend_intensity": {
|
| 326 |
-
"type": "string",
|
| 327 |
-
"description": "Texture strength (subtle, moderate, strong, dominant)",
|
| 328 |
-
"required": false
|
| 329 |
-
}
|
| 330 |
-
},
|
| 331 |
-
"constraints": [
|
| 332 |
-
"Preserve image clarity",
|
| 333 |
-
"Maintain subject definition"
|
| 334 |
-
]
|
| 335 |
-
},
|
| 336 |
-
{
|
| 337 |
-
"id": "filter_effects",
|
| 338 |
-
"name": "Filter Effects",
|
| 339 |
-
"description": "Apply photographic filter effects",
|
| 340 |
-
"category": "STYLE",
|
| 341 |
-
"parameters": {
|
| 342 |
-
"filter": {
|
| 343 |
-
"type": "string",
|
| 344 |
-
"description": "Filter type (vintage, cross_process, lomography, infrared, polaroid, sepia, cyanotype)",
|
| 345 |
-
"required": false
|
| 346 |
-
},
|
| 347 |
-
"strength": {
|
| 348 |
-
"type": "string",
|
| 349 |
-
"description": "Effect intensity (light, medium, strong, extreme)",
|
| 350 |
-
"required": false
|
| 351 |
-
}
|
| 352 |
-
},
|
| 353 |
-
"constraints": [
|
| 354 |
-
"Maintain legibility",
|
| 355 |
-
"Preserve key features"
|
| 356 |
-
]
|
| 357 |
-
},
|
| 358 |
-
{
|
| 359 |
-
"id": "color_palette",
|
| 360 |
-
"name": "Color Palette",
|
| 361 |
-
"description": "Apply specific color palette schemes",
|
| 362 |
-
"category": "COLOR",
|
| 363 |
-
"parameters": {
|
| 364 |
-
"palette_type": {
|
| 365 |
-
"type": "string",
|
| 366 |
-
"description": "Palette scheme (monochrome, duotone, complementary, analogous, triadic, pastel, neon, earth_tones)",
|
| 367 |
-
"required": false
|
| 368 |
-
},
|
| 369 |
-
"dominant_colors": {
|
| 370 |
-
"type": "string",
|
| 371 |
-
"description": "Primary colors in palette",
|
| 372 |
-
"required": false
|
| 373 |
-
}
|
| 374 |
-
},
|
| 375 |
-
"constraints": [
|
| 376 |
-
"Maintain tonal relationships",
|
| 377 |
-
"Preserve contrast"
|
| 378 |
-
]
|
| 379 |
-
},
|
| 380 |
-
{
|
| 381 |
-
"id": "color_temperature",
|
| 382 |
-
"name": "Color Temperature",
|
| 383 |
-
"description": "Shift overall color temperature",
|
| 384 |
-
"category": "COLOR",
|
| 385 |
-
"parameters": {
|
| 386 |
-
"temperature": {
|
| 387 |
-
"type": "string",
|
| 388 |
-
"description": "Temperature shift (very_warm, warm, neutral, cool, very_cool, icy)",
|
| 389 |
-
"required": false
|
| 390 |
-
},
|
| 391 |
-
"intensity": {
|
| 392 |
-
"type": "string",
|
| 393 |
-
"description": "Shift strength (subtle, moderate, strong, extreme)",
|
| 394 |
-
"required": false
|
| 395 |
-
}
|
| 396 |
-
},
|
| 397 |
-
"constraints": [
|
| 398 |
-
"Keep subject natural",
|
| 399 |
-
"Maintain depth cues"
|
| 400 |
-
]
|
| 401 |
-
},
|
| 402 |
-
{
|
| 403 |
-
"id": "saturation_intensity",
|
| 404 |
-
"name": "Saturation Intensity",
|
| 405 |
-
"description": "Adjust color saturation and vibrancy",
|
| 406 |
-
"category": "COLOR",
|
| 407 |
-
"parameters": {
|
| 408 |
-
"saturation_level": {
|
| 409 |
-
"type": "string",
|
| 410 |
-
"description": "Saturation (desaturated, muted, natural, vibrant, hyper_saturated)",
|
| 411 |
-
"required": false
|
| 412 |
-
},
|
| 413 |
-
"selective": {
|
| 414 |
-
"type": "boolean",
|
| 415 |
-
"description": "Apply selectively to certain colors",
|
| 416 |
-
"required": false
|
| 417 |
-
}
|
| 418 |
-
},
|
| 419 |
-
"constraints": [
|
| 420 |
-
"Preserve tonal values",
|
| 421 |
-
"Maintain color relationships"
|
| 422 |
-
]
|
| 423 |
-
},
|
| 424 |
-
{
|
| 425 |
-
"id": "contrast_style",
|
| 426 |
-
"name": "Contrast Style",
|
| 427 |
-
"description": "Modify contrast characteristics",
|
| 428 |
-
"category": "COLOR",
|
| 429 |
-
"parameters": {
|
| 430 |
-
"contrast_type": {
|
| 431 |
-
"type": "string",
|
| 432 |
-
"description": "Contrast style (low_contrast, normal, high_contrast, hdr, crushed_blacks, blown_highlights)",
|
| 433 |
-
"required": false
|
| 434 |
-
},
|
| 435 |
-
"tonal_curve": {
|
| 436 |
-
"type": "string",
|
| 437 |
-
"description": "Curve shape (linear, s_curve, inverted_s, custom)",
|
| 438 |
-
"required": false
|
| 439 |
-
}
|
| 440 |
-
},
|
| 441 |
-
"constraints": [
|
| 442 |
-
"Maintain detail visibility",
|
| 443 |
-
"Preserve subject definition"
|
| 444 |
-
]
|
| 445 |
-
},
|
| 446 |
-
{
|
| 447 |
-
"id": "tonal_range",
|
| 448 |
-
"name": "Tonal Range",
|
| 449 |
-
"description": "Adjust tonal distribution and key",
|
| 450 |
-
"category": "COLOR",
|
| 451 |
-
"parameters": {
|
| 452 |
-
"key": {
|
| 453 |
-
"type": "string",
|
| 454 |
-
"description": "Tonal key (low_key, mid_key, high_key)",
|
| 455 |
-
"required": false
|
| 456 |
-
},
|
| 457 |
-
"distribution": {
|
| 458 |
-
"type": "string",
|
| 459 |
-
"description": "Tone emphasis (shadows, midtones, highlights, balanced)",
|
| 460 |
-
"required": false
|
| 461 |
-
}
|
| 462 |
-
},
|
| 463 |
-
"constraints": [
|
| 464 |
-
"Preserve subject clarity",
|
| 465 |
-
"Maintain depth"
|
| 466 |
-
]
|
| 467 |
-
},
|
| 468 |
-
{
|
| 469 |
-
"id": "lighting_style",
|
| 470 |
-
"name": "Lighting Style",
|
| 471 |
-
"description": "Apply cinematic lighting techniques",
|
| 472 |
-
"category": "LIGHTING",
|
| 473 |
-
"parameters": {
|
| 474 |
-
"technique": {
|
| 475 |
-
"type": "string",
|
| 476 |
-
"description": "Lighting technique (rembrandt, butterfly, split, rim, loop, broad, short, dramatic)",
|
| 477 |
-
"required": false
|
| 478 |
-
},
|
| 479 |
-
"direction": {
|
| 480 |
-
"type": "string",
|
| 481 |
-
"description": "Light direction (front, side, back, top, bottom, mixed)",
|
| 482 |
-
"required": false
|
| 483 |
-
}
|
| 484 |
-
},
|
| 485 |
-
"constraints": [
|
| 486 |
-
"Maintain subject form",
|
| 487 |
-
"Preserve important details"
|
| 488 |
-
]
|
| 489 |
-
},
|
| 490 |
-
{
|
| 491 |
-
"id": "light_quality",
|
| 492 |
-
"name": "Light Quality",
|
| 493 |
-
"description": "Modify light hardness and diffusion",
|
| 494 |
-
"category": "LIGHTING",
|
| 495 |
-
"parameters": {
|
| 496 |
-
"quality": {
|
| 497 |
-
"type": "string",
|
| 498 |
-
"description": "Light character (hard, soft, diffused, specular, mixed)",
|
| 499 |
-
"required": false
|
| 500 |
-
},
|
| 501 |
-
"source_type": {
|
| 502 |
-
"type": "string",
|
| 503 |
-
"description": "Source character (natural, artificial, mixed, magical)",
|
| 504 |
-
"required": false
|
| 505 |
-
}
|
| 506 |
-
},
|
| 507 |
-
"constraints": [
|
| 508 |
-
"Keep subject visible",
|
| 509 |
-
"Maintain dimensional form"
|
| 510 |
-
]
|
| 511 |
-
},
|
| 512 |
-
{
|
| 513 |
-
"id": "shadow_treatment",
|
| 514 |
-
"name": "Shadow Treatment",
|
| 515 |
-
"description": "Style shadow characteristics",
|
| 516 |
-
"category": "LIGHTING",
|
| 517 |
-
"parameters": {
|
| 518 |
-
"shadow_style": {
|
| 519 |
-
"type": "string",
|
| 520 |
-
"description": "Shadow type (dramatic, minimal, colored, long, short, stylized)",
|
| 521 |
-
"required": false
|
| 522 |
-
},
|
| 523 |
-
"shadow_density": {
|
| 524 |
-
"type": "string",
|
| 525 |
-
"description": "Shadow darkness (light, medium, deep, black)",
|
| 526 |
-
"required": false
|
| 527 |
-
}
|
| 528 |
-
},
|
| 529 |
-
"constraints": [
|
| 530 |
-
"Preserve depth cues",
|
| 531 |
-
"Maintain composition"
|
| 532 |
-
]
|
| 533 |
-
},
|
| 534 |
-
{
|
| 535 |
-
"id": "glow_effects",
|
| 536 |
-
"name": "Glow Effects",
|
| 537 |
-
"description": "Add luminescent and glow effects",
|
| 538 |
-
"category": "LIGHTING",
|
| 539 |
-
"parameters": {
|
| 540 |
-
"glow_type": {
|
| 541 |
-
"type": "string",
|
| 542 |
-
"description": "Glow style (neon, golden_hour, bioluminescence, magic, energy, soft_glow)",
|
| 543 |
-
"required": false
|
| 544 |
-
},
|
| 545 |
-
"intensity": {
|
| 546 |
-
"type": "string",
|
| 547 |
-
"description": "Glow strength (subtle, moderate, strong, intense)",
|
| 548 |
-
"required": false
|
| 549 |
-
}
|
| 550 |
-
},
|
| 551 |
-
"constraints": [
|
| 552 |
-
"Maintain subject definition",
|
| 553 |
-
"Control bloom"
|
| 554 |
-
]
|
| 555 |
-
},
|
| 556 |
-
{
|
| 557 |
-
"id": "atmospheric_depth",
|
| 558 |
-
"name": "Atmospheric Depth",
|
| 559 |
-
"description": "Apply atmospheric perspective and depth haze",
|
| 560 |
-
"category": "ATMOSPHERE",
|
| 561 |
-
"parameters": {
|
| 562 |
-
"depth_style": {
|
| 563 |
-
"type": "string",
|
| 564 |
-
"description": "Depth effect (aerial_perspective, depth_haze, layered_atmosphere, color_fade)",
|
| 565 |
-
"required": false
|
| 566 |
-
},
|
| 567 |
-
"strength": {
|
| 568 |
-
"type": "string",
|
| 569 |
-
"description": "Effect strength (subtle, moderate, strong, dramatic)",
|
| 570 |
-
"required": false
|
| 571 |
-
}
|
| 572 |
-
},
|
| 573 |
-
"constraints": [
|
| 574 |
-
"Maintain foreground clarity",
|
| 575 |
-
"Preserve spatial relationships"
|
| 576 |
-
]
|
| 577 |
-
},
|
| 578 |
-
{
|
| 579 |
-
"id": "motion_aesthetics",
|
| 580 |
-
"name": "Motion Aesthetics",
|
| 581 |
-
"description": "Apply motion and time-based visual effects",
|
| 582 |
-
"category": "EFFECTS",
|
| 583 |
-
"parameters": {
|
| 584 |
-
"motion_type": {
|
| 585 |
-
"type": "string",
|
| 586 |
-
"description": "Motion effect (motion_blur, freeze_frame, long_exposure, speed_lines, time_slice)",
|
| 587 |
-
"required": false
|
| 588 |
-
},
|
| 589 |
-
"direction": {
|
| 590 |
-
"type": "string",
|
| 591 |
-
"description": "Motion direction if applicable",
|
| 592 |
-
"required": false
|
| 593 |
-
}
|
| 594 |
-
},
|
| 595 |
-
"constraints": [
|
| 596 |
-
"Keep subject identifiable",
|
| 597 |
-
"Maintain composition"
|
| 598 |
-
]
|
| 599 |
-
},
|
| 600 |
-
{
|
| 601 |
-
"id": "lens_character",
|
| 602 |
-
"name": "Lens Character",
|
| 603 |
-
"description": "Apply lens-specific optical characteristics",
|
| 604 |
-
"category": "EFFECTS",
|
| 605 |
-
"parameters": {
|
| 606 |
-
"lens_effect": {
|
| 607 |
-
"type": "string",
|
| 608 |
-
"description": "Lens property (bokeh, vignette, lens_flare, chromatic_aberration, distortion, tilt_shift)",
|
| 609 |
-
"required": false
|
| 610 |
-
},
|
| 611 |
-
"strength": {
|
| 612 |
-
"type": "string",
|
| 613 |
-
"description": "Effect intensity (subtle, moderate, strong, stylized)",
|
| 614 |
-
"required": false
|
| 615 |
-
}
|
| 616 |
-
},
|
| 617 |
-
"constraints": [
|
| 618 |
-
"Preserve subject focus",
|
| 619 |
-
"Maintain image quality"
|
| 620 |
-
]
|
| 621 |
-
},
|
| 622 |
-
{
|
| 623 |
-
"id": "grain_noise",
|
| 624 |
-
"name": "Grain and Noise",
|
| 625 |
-
"description": "Add film grain or digital noise styling",
|
| 626 |
-
"category": "EFFECTS",
|
| 627 |
-
"parameters": {
|
| 628 |
-
"grain_type": {
|
| 629 |
-
"type": "string",
|
| 630 |
-
"description": "Grain style (film_grain, digital_noise, halftone, texture_noise, organic)",
|
| 631 |
-
"required": false
|
| 632 |
-
},
|
| 633 |
-
"amount": {
|
| 634 |
-
"type": "string",
|
| 635 |
-
"description": "Grain quantity (light, moderate, heavy, extreme)",
|
| 636 |
-
"required": false
|
| 637 |
-
}
|
| 638 |
-
},
|
| 639 |
-
"constraints": [
|
| 640 |
-
"Maintain detail visibility",
|
| 641 |
-
"Preserve subject clarity"
|
| 642 |
-
]
|
| 643 |
-
},
|
| 644 |
-
{
|
| 645 |
-
"id": "sharpness_softness",
|
| 646 |
-
"name": "Sharpness and Softness",
|
| 647 |
-
"description": "Adjust overall focus quality and sharpness",
|
| 648 |
-
"category": "EFFECTS",
|
| 649 |
-
"parameters": {
|
| 650 |
-
"focus_style": {
|
| 651 |
-
"type": "string",
|
| 652 |
-
"description": "Focus quality (sharp_detail, soft_focus, dreamy, selective_focus, deep_focus, shallow)",
|
| 653 |
-
"required": false
|
| 654 |
-
},
|
| 655 |
-
"application": {
|
| 656 |
-
"type": "string",
|
| 657 |
-
"description": "Application method (global, selective, gradual)",
|
| 658 |
-
"required": false
|
| 659 |
-
}
|
| 660 |
-
},
|
| 661 |
-
"constraints": [
|
| 662 |
-
"Preserve important details",
|
| 663 |
-
"Maintain composition readability"
|
| 664 |
-
]
|
| 665 |
-
}
|
| 666 |
-
],
|
| 667 |
-
"metadata": {
|
| 668 |
-
"total_actions": 30,
|
| 669 |
-
"max_actions_per_plan": 5,
|
| 670 |
-
"categories": {
|
| 671 |
-
"THEME": "Environment and thematic transformations",
|
| 672 |
-
"STYLE": "Artistic and aesthetic styling",
|
| 673 |
-
"LIGHTING": "Light and shadow modifications",
|
| 674 |
-
"COLOR": "Color grading and palette adjustments",
|
| 675 |
-
"ATMOSPHERE": "Atmospheric and environmental effects",
|
| 676 |
-
"VISUAL_EFFECTS": "Post-processing and visual enhancements"
|
| 677 |
-
}
|
| 678 |
-
}
|
| 679 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|