Scope plugin providing pipelines for Overworld world models.
- Waypoint - Generate worlds using the Waypoint-1.1-Small model
Model weights require HuggingFace authentication. See the HuggingFace guide for setup instructions.
Follow the Scope plugins guide to install this plugin using the URL:
https://github.com/daydreamlive/scope-overworld.git
Follow the Scope plugins guide to upgrade this plugin to the latest version.
The waypoint pipeline uses world_engine for inference. It loads three model components: the Waypoint world model, OWL VAE (encoder/decoder), and UMT5-XL (text encoder). On first load, a JIT warmup pass runs for optimized performance which could take as long as 20 minutes on the first run.
Each frame: controller input and prompt are processed → world_engine generates the next frame → the pipeline outputs a video tensor.