ABot-World-0 puts a 720p, 16 FPS world model on one RTX 5090
TL;DR
- ABot-World-0 runs at 720p and up to 16 FPS on a single RTX 5090, with 1.2-second action-to-first-frame latency inside about 19 GiB VRAM.
- Eight keys (WASD plus IJKL) drive both scene roaming and third-person character control, encoded as an 8-dimensional multi-hot vector per frame.
- The team reports hour- and day-scale rollouts, credited to LongForcing distillation over a Wan2.2 backbone plus FP8 DiT and a bounded KV-cache.
The gap between 'we have a world model' and 'you can actually run one on hardware you own' has been the whole game in this niche, and a paper posted to Hugging Face closes it further. ABot-World-0 is an action-conditioned video world model that runs at 720p and up to 16 FPS on a single NVIDIA RTX 5090, with about 1.2 seconds from key press to first rendered frame, inside roughly 19 GiB of peak VRAM.
The controls are deliberately mundane. Eight keys, W/A/S/D for movement and I/J/K/L for camera, encoded as an 8-dimensional multi-hot vector each frame. The authors, publishing as the ABot-World Team, report the same interface driving both scene roaming and third-person character control, and demonstrate rollouts that stretch from a 60-second benchmark run out to hour- and day-scale sessions without the usual autoregressive collapse into blur and repeated patches.
How they get there is less a single trick than a stack. A bidirectional teacher built on the Wan2.2 backbone is distilled down to a causal student, then trained with a technique they call LongForcing, which supervises long student self-rollouts against extended-horizon teacher output to keep late frames from drifting. On top sit FP8 DiT inference, a pruned LightVAE decoder, SageAttention2 kernels and a bounded, quantized KV-cache. Their own breakdown makes the point plainly: real-time deployment emerges from the full stack together, not from few-step sampling alone.
Take the specifics as reported, not settled. The comparisons are to Genie 3, HappyOyster, LingBot-World and HY-World 1.5 on the team's own WorldRoamBench, which is not the same as independent benchmarking, and the qualitative long-rollout claims about coherent scenes and object collisions want external replication. What the page does not give you is training-corpus size, cost, or how any of this holds up on cheaper cards than a 5090.
If the numbers survive that scrutiny, the interesting audience is not AAA studios; it is the smaller teams working on embodied agents, sim-to-real loops and interactive content who have been priced out of hosted world-model APIs and can now, in principle, iterate on a desktop.
Originally reported by huggingface.co
Read the original article →Original headline: ABot-World-0 Ships Real-Time Interactive World Model Running 720p at 16 FPS on a Single RTX 5090