> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daydream.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Daydream Scope

> Run real-time interactive generative video AI pipelines locally or in the cloud

# What is Daydream Scope?

Daydream Scope is an open-source platform for running real-time interactive generative AI video pipelines on your own hardware or in the cloud. Point any source at it (webcam, video file, screen capture, or a feed from another creative tool) and transform it live using state-of-the-art video diffusion models. There is no render queue, no progress bar, no waiting. Generation runs frame by frame at interactive frame rates, and you steer it as it happens with text prompts, reference images, control videos, or live parameter changes.

Scope is built for creative technologists, developers, researchers, and AI artists working on live performances, installations, real-time AI video workflows, and experimental generative systems.

<Card title="Quick Start" icon="rocket" href="/scope/getting-started/quickstart">
  Install Scope locally or in the cloud and run your first generation in minutes
</Card>

***

## What can you do with Scope?

<CardGroup cols={2}>
  <Card title="Real-time video generation" icon="video">
    Stream AI-generated video via WebRTC at interactive frame rates. Steer the generation live with prompts, controls, and reference images, frame by frame.
  </Card>

  <Card title="Visual graph editor" icon="diagram-project" href="/scope/guides/workflow-builder">
    Build workflows visually with a node-based editor. Connect pipelines, inputs, outputs, and control nodes to design interactive AI video systems without writing code.
  </Card>

  <Card title="Connect to your tools" icon="network-wired">
    Send and receive video with Spout (Windows), Syphon (macOS), and NDI (network). Integrate with TouchDesigner, Resolume, Unity, Unreal, and existing live production setups.
  </Card>

  <Card title="Build with nodes" icon="puzzle-piece" href="/scope/guides/plugin-development">
    Extend Scope with custom nodes written in Python. Ship them via pip or Git, with auto-generated UI and live hot reload.
  </Card>
</CardGroup>

***

## Supported pipelines

Scope ships with five autoregressive video diffusion pipelines. Each has different strengths for text-to-video and video-to-video generation, and the right one depends on your hardware and your creative goals.

<CardGroup cols={3}>
  <Card title="StreamDiffusion V2" href="/scope/reference/pipelines/streamdiffusion-v2">
    Low-latency real-time generation on 24GB GPUs
  </Card>

  <Card title="LongLive" href="/scope/reference/pipelines/longlive">
    Extended coherent generation with scene continuity
  </Card>

  <Card title="Krea Realtime" href="/scope/reference/pipelines/krea-realtime">
    Higher-quality generation on 32GB+ GPUs (14B model)
  </Card>

  <Card title="RewardForcing" href="/scope/reference/pipelines/reward-forcing">
    Reward-guided control for precise output direction
  </Card>

  <Card title="MemFlow" href="/scope/reference/pipelines/memflow">
    Memory-bank pipeline for long-form consistency
  </Card>
</CardGroup>

<Card title="Compare all pipelines" icon="layer-group" href="/scope/reference/pipelines">
  Detailed capabilities, VRAM requirements, and use cases at a glance
</Card>

***

## Get involved

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/daydreamlive/scope">
    Contribute code, report issues, or explore the source
  </Card>

  <Card title="Join Discord Community" icon="discord" href="https://discord.com/invite/5sZu8xmn6U">
    Connect with the community, get help, and share your creations in our #scope channel
  </Card>
</CardGroup>

***

## Current status

<Note>
  Scope is currently in **alpha**. Expect some rough edges as we iterate in public with the open-source AI community. We're actively developing new features and improving stability.
</Note>

***

## Next steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/scope/getting-started/quickstart">
    Install Scope and run your first generation
  </Card>

  <Card title="Visual graph editor" icon="diagram-project" href="/scope/guides/workflow-builder">
    Learn how to build AI video workflows with nodes
  </Card>

  <Card title="Guides" icon="compass" href="/scope/guides">
    Explore guides for LoRAs, VACE, and live integrations
  </Card>

  <Card title="API Reference" icon="brackets-curly" href="/scope/reference/api/index">
    Programmatic control via WebRTC and REST
  </Card>
</CardGroup>
