Ask a question below.
Published answers will appear here.
This model can generate coherent 1+ hour videos across multiple scenes without skipping a beat. I read their paper so you don't have to. Here is how it works: First, this is an open-weight model. You can find the GitHub repo and link to the model weights below. Most video models generate their videos one frame at a time. They look at previous frames to decide what comes next. Unfortunately, if there's a mistake in one frame, every subsequent frame will compound the error. It gets ugly really quickly. @robbyant_brain's new world model, LingBot-World-Infinity, works differently. Here are the main highlights: • The model practices using its own mistakes. Since training only shows the model clean footage, it learns to generate videos that look perfect but never learns to recover when errors show up. Instead, this model runs on its own output for long stretches, letting it drift into the same flawed states it hits in real use. • Then, the model gets shown the way back. From each of those flawed states, a slower and more careful version of the model demonstrates what a clean continuation looks like. The fast model adjusts its frames to match. It practices the recovery over and over, always starting from its own mess. • The result is a model that steers itself back to center. Wherever it drifts, it knows the way back, because that recovery is exactly what it trained on. This is what lets it hold together for an hour instead of melting after a minute. Alongside the 14B primary model, the paper describes a 1.3B variant designed to run on a single consumer GPU. See links below:
This model can generate coherent 1+ hour videos across multiple scenes without skipping a beat. I read their paper so you don't have to. Here is how it works: First, this is an open-weight model. You can find the GitHub repo and link to the model weights below. Most video models generate their videos one frame at a time. They look at previous frames to decide what comes next. Unfortunately, if there's a mistake in one frame, every subsequent frame will compound the error. It gets ugly really quickly. @robbyant_brain's new world model, LingBot-World-Infinity, works differently. Here are the main highlights: • The model practices using its own mistakes. Since training only shows the model clean footage, it learns to generate videos that look perfect but never learns to recover when errors show up. Instead, this model runs on its own output for long stretches, letting it drift into the same flawed states it hits in real use. • Then, the model gets shown the way back. From each of those flawed states, a slower and more careful version of the model demonstrates what a clean continuation looks like. The fast model adjusts its frames to match. It practices the recovery over and over, always starting from its own mess. • The result is a model that steers itself back to center. Wherever it drifts, it knows the way back, because that recovery is exactly what it trained on. This is what lets it hold together for an hour instead of melting after a minute. Alongside the 14B primary model, the paper describes a 1.3B variant designed to run on a single consumer GPU. See links below:
Ask a question below.
Published answers will appear here.