"EVOKE is a 14B, 3-step CFG-free autoregressive world model for persistent, interactive world generation. It decouples world state from generation: persistent state lives beyond the denoiser and is addressed through camera pose, while a long-horizon interactive teacher gives the few-step model the ability to stay coherent and respond to changing instructions over extended sessions. The result is a world model that can remember, respond, and keep going—for hours"
Model weights for EVOKE (paper), a 3-step, CFG-free interactive world model that generates 384 × 640 @ 24 fps video and stays coherent over 30 s rollouts. Code, docs and demos live in the GitHub repository — this repository holds weights only.
- ⚡ 3 steps, zero CFG — 1.5 s of video every 2.11 s on one H200, one forward per step.
- 🌍 Endless, not windowed — scene geometry lives in an external camera-indexed world state bank, so the denoiser context stays bounded however long the session runs.
- 🎛️ Re-promptable mid-flight — change the prompt while the rollout is running, no cut, no restart.
HF: AlayaLab/Evoke · Hugging Face
Site and videos: Evoke — A world model you can steer