A 5B causal world model (seedleap/zing-0.5) that hallucinates a world while you walk through it, streaming live as it is generated.
Type a world → press ▶ → steer with W A S D / I J K L (or click the pads).
PNG / JPG — becomes the world's first frame. Leave empty for a text-only world.
Takes over from the next block on — the KV cache is kept, so the world morphs instead of cutting.
What the world does until you touch the pad — KEYS FRAMES
steps, e.g. W 48, WL 24. - holds still.
Sliding-window cache local_attn_size=33,
sink_size=5 — the configuration the model card prescribes for real-time
rollouts. A session runs for up to 68s of GPU time.
Text worlds — press ▶ once one is loaded
Image-initialized worlds
Prompts and initial frames come from the official
zing-world-model
examples (Apache-2.0). Live transport: gradio.Server API endpoints
(/play, /steer, /stop) plus a raw WebSocket
(/ws) streaming binary JPEG blocks.