Integration of Scope with ai-runner for running Scope pipelines over the Livepeer network.
🚧 This project is currently in alpha. 🚧
- uv package manager
- NVIDIA GPU with >= 24GB VRAM
git clone https://github.com/daydreamlive/scope-runner.git
cd scope-runner
uv syncDownload required models before running:
mkdir -p ~/.daydream-scope/models
uv run scope-runner --prepare-modelsModels are stored in ~/.daydream-scope/models by default. It can be overridden by either DAYDREAM_SCOPE_MODELS_DIR env or MODEL_DIR. When MODEL_DIR is set (e.g. when ran by Orchestrators), models go to $MODEL_DIR/Scope--models/.
uv run scope-runnerThe server starts on port 8000.
# Build
docker build -t scope-runner .
# Run
docker run --gpus all -v /path/to/models:/models -p 8000:8000 scope-runner| Parameter | Type | Default | Description |
|---|---|---|---|
pipeline |
string | "longlive" |
Pipeline type |
prompts |
array | - | List of prompts (string or {"text": "...", "weight": 100}) |
seed |
int | 42 |
Random seed |
width |
int | - | Output width |
height |
int | - | Output height |
See LICENSE.md.