COMMUNITY CREATIONS
Discover what you
can make with daydream
BUILDER SPOTLIGHT
TouchDesigner Integration
dotsimulate integrated Daydream as the backend of StreamDiffusionTD, and removed the barrier of needing a local GPU to run StreamDiffusion.
BMWebcast
Daydream powered the BMWebcast, turning it into a global interactive art experiment with 10 million minutes streamed
daydream for builders
1const url = 'https://api.daydream.live/v1/streams';
2const options = {
3 method: 'POST',
4 headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
5 body: '{"pipeline_params":{},"name":"<string>","output_rtmp_url":"<string>"}'
6};
7
8try {
9 const response = await fetch(url, options);
10 const data = await response.json();
11 console.log(data);
12} catch (error) {
13 console.error(error);
14}
no heavy lifting
Only hosted StreamDiffusion API service available in the world. Multi-ControlNet, IPAdapter, and TensorRT acceleration built into the API.
Subsecond latency and under 10s cold start time compared to the typical 3–6 seconds or more in other platforms.
dotsimulate has already integrated this with the StreamDiffusionTD operator, giving users more creative freedom by offloading diffusion to Daydream.
99% uptime, backed by a decentralized network resilient to localized failures.
daydream For Visual Artists
An intuitive Playground with smart defaults and optimized settings. Start creating in seconds, not weeks.
Build, iterate and experiment with your creative team
Hosted StreamDiffusion on remote GPUs that delivers consistent, high-quality results with ultra-low latency.
Fine-tune every detail, and bring your vision to life without limits.
daydream
Our community is already home to an inspiring mix of creative technologists, builders and researchers pushing the boundaries of digital expression.