TouchDesigner can host real-time AI/ML pipelines for generation, tracking, and stylisation in a live AV rig
Beyond conventional visuals, TouchDesigner has become a hub for running machine-learning models inside a live audio-visual pipeline, thanks to community components. These cover three broad functions: real-time generative image synthesis (e.g. Stable-Diffusion integrations that turn a prompt and a camera feed into modified frames at interactive rates), perception/tracking (object or pose detection that can drive graphics from a performer’s position without markers), and model-in-shader / accelerated inference. The point for a performer is architectural: TouchDesigner lets AI inference sit in the same real-time graph as the rest of the show, so model output can be routed and mixed like any other signal, rather than living in a separate offline process. Which components need an external Python/GPU environment versus shipping as a self-contained .tox varies per tool.
Examples
A Stable-Diffusion-in-TD component: prompt + live camera → AI-modified frames routed into a VJ mix. An object-detection component: detect performer positions on stage → drive generative graphics without markers.
Assessment
Explain why hosting an AI model inside TouchDesigner (rather than a separate ML server) matters for a live performance, and give one generative and one perception/tracking use case.