Skip to main content

TouchDesigner Features

The Daydream TouchDesigner plugin exposes all the power of StreamDiffusion through an intuitive parameter interface.

Parameters Reference

Prompt Scheduling

The killer feature for live performances: smoothly transition between prompts over time.
With slerp interpolation, transitions are smooth and organic - perfect for VJ sets.
Use prompt scheduling with TouchDesigner’s animation channels to create evolving visuals that respond to music or time.

Seed Scheduling

Control randomness while maintaining smooth transitions:
Click Randomize Seeds to generate fresh random values for experimentation.

ControlNets

ControlNets preserve structure from your input video. Available types depend on the model:

SDXL Models

SD1.5 Models

SD2.1 Models

Adjust ControlNet scales to balance between following the prompt and preserving input structure. Start with 0.5 and adjust from there.
Learn more about ControlNets in the ControlNets Tutorial.

IP Adapter (Style Transfer)

Apply the style of a reference image to your video:
  1. Enable IP Adapter in the parameters
  2. Load a style reference image
  3. Adjust Scale (higher = stronger style influence)
  4. Choose Type:
    • regular - General style transfer
    • faceid - Face-specific (SDXL only)
IP Adapter works best with SDXL and SD1.5 models. SD2.1 doesn’t support it.
Learn more in the IP Adapters Tutorial.

Model Selection

Choose the right model for your use case:

Performance Tips

  1. Resolution: Start with 512x512, increase only if needed
  2. Steps: 2-3 steps is usually enough for real-time
  3. ControlNets: Enable only what you need; each adds latency
  4. Delta: Lower values = more stable, higher = more responsive

Example: VJ Setup

Here’s a typical setup for a live VJ performance:
  1. Input: Live camera or video loop
  2. Model: SDXL Turbo for quality, SD Turbo for speed
  3. ControlNets:
    • Depth at 0.6 (preserve structure)
    • Canny at 0.3 (keep edges)
  4. Prompt Schedule: Animate between themes with CHOPs
  5. IP Adapter: Cycle through style images

Next Steps