robbyant/lingbot-world-v2 — explained in plain English
Analysis updated 2026-05-18
Generate an interactive video world that responds to actions like attacking or casting spells.
Prototype real-time AI-generated game environments driven by text prompts.
Research unbounded, causal video generation for interactive applications.
Try the live demo on a partner platform without running the model yourself.
| robbyant/lingbot-world-v2 | jiujiu532/grok2api | gordensun/gordensuperpptskills | |
|---|---|---|---|
| Stars | 1,348 | 1,338 | 1,365 |
| Language | Python | Python | Python |
| Last pushed | — | 2026-06-23 | 2026-06-07 |
| Maintenance | — | Maintained | Maintained |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 5/5 | 3/5 | 2/5 |
| Audience | researcher | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a multi-GPU setup, a 14B parameter model download, and dependencies like flash attention.
LingBot-World 2.0 is an AI research project that generates interactive video worlds in real time. Instead of producing a fixed video clip, the underlying model can keep generating new frames indefinitely in response to actions like attacking, shooting, or casting a spell, or to text prompts describing new events, so the experience does not have a fixed length or a predetermined story. The model behind this is a large video generation system, distilled down into a faster version so it can respond quickly enough to drive a smooth 720p video stream at 60 frames per second, which is important for anything meant to feel interactive rather than a slow batch process. Compared to an earlier version of the project, this release adds a wider range of actions the world can respond to and a system where one AI component plans what a character does while a second component decides what new elements appear in the environment as the scene continues. You can try a live version of the system through two partner platforms without installing anything, one aimed at international web users and one aimed at mobile users in China. Running the actual model yourself requires a fairly serious machine: it is built on top of another project called Wan2.2, needs a recent version of PyTorch, a GPU acceleration library called flash attention, and the model weights themselves are 14 billion parameters, downloaded separately from Hugging Face or ModelScope. Generation is done chunk by chunk rather than all at once, and the example commands in the README are written for setups with multiple GPUs. The team has not released their own deployment code but points to other open source projects for people who want to deploy the model themselves. The project is released under a Creative Commons license that allows non-commercial sharing and adapting with attribution, as long as any derivative work uses the same license.
An AI system that generates unbounded, real-time interactive video worlds that respond to player actions and text prompts.
Mainly Python. The stack also includes Python, PyTorch, Flash Attention.
You may share and adapt this for non-commercial purposes only, with attribution, and any derivative work must use the same license.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.