Moodboard → generative system
moodboard_to_systemConvert moodboard images into a matching generative system in TouchDesigner, using LLM vision or deterministic grammar to extract palette, motion, and generator choice.
Instructions
Ingest 1..6 moodboard images and build a matching generative system in TouchDesigner. Uses the vision-capable local LLM when configured to extract palette + motion + generator pick (palette hint, generator from {audio_reactive, generative_art, particle_flock, feedback_tunnel, gpu_particle_field}, optional post-FX). Falls back to a deterministic style→generator grammar otherwise. Note: preview may read 0 on a paused timeline — press Play.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | Image paths (absolute or cwd-relative). Vault refs allowed when TDMCP_VAULT_PATH is set: e.g. 'Moodboards/foo.png'. | |
| parent_path | No | COMP to build the generated subsystem in. | /project1 |
| style | No | Hint that biases generator + post-FX choice. | auto |
| intensity | No | Drives evolution_speed / particle counts / feedback gain on the chosen generator. | |
| includePostFx | No | Chain apply_post_processing with picked effects after the generator builds. | |
| generator | No | Force a generator. 'auto' lets the LLM/grammar pick. | auto |
| preferLlm | No | When false, skip the LLM entirely and use the deterministic grammar. |