AIAny
AI Video2026
Icon for item

LingBot-World v2 — 14B causal-fast

Generates image-to-video world-model outputs using a distilled 14B causal model optimized for chunked, KV-cached inference across long-horizon interactive scenes; offers a real-time 'causal-fast' variant capable of driving near‑real‑time video streams and an agentic harness for action-driven scene synthesis (CC BY‑NC‑SA).

Introduction

Long-horizon interactive video generation needs two often-competing properties: causal temporal consistency across many frames, and low-latency inference to support live or interactive playback. This project pursues both by combining a causal pretraining paradigm with a distilled "causal-fast" 14B variant, plus an agentic control layer that separates planning (pilot) from environment synthesis (director).

Key Capabilities
  • Real-time-capable inference: a distilled 14B "causal-fast" model optimized for chunk-by-chunk KV-cached generation, intended to drive 480–720p streams at interactive frame rates in distilled mode.
  • Long-horizon interaction: causal pretraining and chunked frame processing enable stable, multi-hundred-frame sequences with explicit action scripts and events, supporting diverse agent actions (attacking, archery, spell-casting, shooting, etc.).
  • Agentic harness: separates a pilot agent (planning character behavior) from a director agent (synthesizing new environment elements), facilitating procedural and open-ended scene progression.
  • Practical tooling: includes inference scripts (generate.py), multi-GPU guidance for large-frame counts, and deployment pointers; model weights distributed under CC BY‑NC‑SA 4.0 for non-commercial use.
Who it's for & Tradeoffs

Great fit if you need an off-the-shelf world model for image-to-video research or demos that require long temporal coherence with interactive action scripting, and you have multi‑GPU resources to run 14B inference. Look elsewhere if you need a fully open commercial license, a lightweight single-GPU runtime, or out-of-the-box deployment tooling (the project intentionally omits official deployment code and keeps heavier pretrain checkpoints pending release).

Where It Fits

This project sits between heavyweight pretraining research and real-time demo systems: it aims to bring large-world-model capabilities into interactive settings via distillation. Compared with smaller video diffusion demos, it emphasizes agent-driven scene evolution and long-horizon consistency; compared with end-to-end game engines, it focuses on generative scene synthesis rather than physics-accurate simulation.

Brief Method Notes

Inference uses chunked frame-by-frame generation with KV caching and optional flash-attn acceleration; the repo provides guidelines for multi‑GPU runs, distilled vs. pretrain inference modes, and scripts to reproduce high-frame-count outputs. The team also offers hosted demos (Reactor, LingGuang) to try a subset of features in real time.

Information

  • Websitehuggingface.co
  • OrganizationsRobbyant
  • AuthorsZelin Gao, Qiuyu Wang, Jiapeng Zhu, Jingye Chen, Zichen Liu, Qingyan Bai, Jiahao Wang, Yufeng Yuan, Hanlin Wang, Yichong Lu
  • Published date2026/07/08

More Items

Hugging Face
AI Model2026

Provides an NVFP4-quantized 27B Qwen3.6 checkpoint optimized for faster, low-memory multimodal inference on 24GB GPUs. Includes MTP (multi-token prediction), extended 262k native context, and deployment recipes for vLLM/SGLang/KTransformers; best used with recommended backends for peak throughput.

Hugging Face
AI Model2026

Provides GGUF/llama.cpp quantized variants of Qwen3.6-27B for local multimodal inference, tuned via online RL to cut average 'thinking' tokens by ≈50% while preserving answer quality; offers Q4_K_M/Q8_0/f16 builds and a separate mmproj for vision input.

Hugging Face
AI Audio2026

Generates streaming, low‑latency neural speech for real‑time dialogue by autoregressively producing audio frames as text arrives; joint text–speech training preserves natural prosody. Optimized for vLLM streaming (~50 ms first chunk), supports short‑clip voice cloning and four languages.