Downloads11
Comments--
Created02.06.26

Scope plugin providing pipelines for OverWorld Wayfarer Labs world models.
Features
Generate worlds using the Waypoint-1-Small model
HuggingFace
Model weights require HuggingFace authentication. See the HuggingFace guide for setup instructions.
Architecture
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.

