whatisgithub

What is lingbot-world-v2?

robbyant/lingbot-world-v2 — explained in plain English

Analysis updated 2026-05-18

1,348PythonAudience · researcherComplexity · 5/5LicenseSetup · hard

In one sentence

An AI system that generates unbounded, real-time interactive video worlds that respond to player actions and text prompts.

Mindmap

mindmap
  root((LingBot-World 2.0))
    What it does
      Generates infinite video worlds
      Responds to actions and text
      Real time 60fps output
    Tech stack
      PyTorch
      Flash Attention
      Diffusion model
    Use cases
      Interactive AI game worlds
      Real time video generation research
      Try live demo online
    Audience
      AI researchers
      Graphics engineers
      World model builders
    Setup
      Clone repo and install deps
      Download 14B model
      Run generate.py on multi GPU

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate an interactive video world that responds to actions like attacking or casting spells.

USE CASE 2

Prototype real-time AI-generated game environments driven by text prompts.

USE CASE 3

Research unbounded, causal video generation for interactive applications.

USE CASE 4

Try the live demo on a partner platform without running the model yourself.

What is it built with?

PythonPyTorchFlash AttentionDiffusion Models

How does it compare?

robbyant/lingbot-world-v2jiujiu532/grok2apigordensun/gordensuperpptskills
Stars1,3481,3381,365
LanguagePythonPythonPython
Last pushed2026-06-232026-06-07
MaintenanceMaintainedMaintained
Setup difficultyhardmoderatemoderate
Complexity5/53/52/5
Audienceresearcherdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Requires a multi-GPU setup, a 14B parameter model download, and dependencies like flash attention.

You may share and adapt this for non-commercial purposes only, with attribution, and any derivative work must use the same license.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me set up LingBot-World-Infinity locally with the 14B causal-fast model.
Prompt 2
Explain how the pilot and director agents work together in this project.
Prompt 3
What GPU and dependency setup do I need to run generate.py for this model?
Prompt 4
How does this project achieve an unbounded interaction horizon in video generation?

Frequently asked questions

What is lingbot-world-v2?

An AI system that generates unbounded, real-time interactive video worlds that respond to player actions and text prompts.

What language is lingbot-world-v2 written in?

Mainly Python. The stack also includes Python, PyTorch, Flash Attention.

What license does lingbot-world-v2 use?

You may share and adapt this for non-commercial purposes only, with attribution, and any derivative work must use the same license.

How hard is lingbot-world-v2 to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is lingbot-world-v2 for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.