A real-time AI video processing plugin for OBS Studio. Apply live generative AI effects to your streams using diffusion models powered by Daydream.
- Real-time AI transformations via stable diffusion models
- Multiple prompt scheduling with weighted interpolation
- ControlNet support (depth, canny, pose, etc.)
- IP-Adapter for image-guided generation
- Low-latency WebRTC streaming (WHIP/WHEP)
- OBS Studio 31.1+
- macOS 12.0+ / Windows 10+ / Linux
- A Daydream account
Download the latest release from the Releases page. Restart OBS after installing.
- Open OBS and add a video source (camera, window capture, etc.)
- Right-click the source → Filters → Effect Filters + → Daydream
- Click Login to authenticate with your Daydream account
- Enter a prompt describing your desired effect
- Toggle the filter on to start streaming
- CMake 3.28+
- Platform toolchain (Xcode on macOS, Visual Studio 2022 on Windows, GCC on Linux)
cmake --preset macos
cmake --build build_macos --config DebugInstall via symlink for development:
ln -sf "$(pwd)/build_macos/Debug/daydream-obs.plugin" \
~/Library/Application\ Support/obs-studio/plugins/cmake --preset windows-x64
cmake --build build_windows --config Releasecmake --preset ubuntu-x86_64
cmake --build build_ubuntuSee LICENSE for details.