Views
No views yet

1git clone https://github.com/robbyant/lingbot-world.git
2cd lingbot-world1# Ensure torch >= 2.4.0
2pip install -r requirements.txtflash_attn:pip install flash-attn --no-build-isolation| Model | Control Signals | Resolution | Download Links |
|---|---|---|---|
| LingBot-World-Base (Cam) | Camera Poses | 480P & 720P | 🤗 HuggingFace 🤖 ModelScope |
| LingBot-World-Base (Act) | Actions | 480P & 720P | 🤗 HuggingFace |
| LingBot-World-Fast | Camera Poses | 480P & 720P | 🤗 HuggingFace |
1pip install "huggingface_hub[cli]"
2huggingface-cli download robbyant/lingbot-world-base-cam --local-dir ./lingbot-world-base-camexamples/ directory, which includes the corresponding input images, prompts, and control signals. To enable long video generation, we utilize multi-GPU inference powered by FSDP and DeepSpeed Ulysses.torchrun --nproc_per_node=8 generate.py --task i2v-A14B --size 480*832 --ckpt_dir lingbot-world-base-cam --image examples/00/image.jpg --action_path examples/00 --dit_fsdp --t5_fsdp --ulysses_size 8 --frame_num 161 --prompt "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."torchrun --nproc_per_node=8 generate.py --task i2v-A14B --size 720*1280 --ckpt_dir lingbot-world-base-cam --image examples/00/image.jpg --action_path examples/00 --dit_fsdp --t5_fsdp --ulysses_size 8 --frame_num 161 --prompt "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."torchrun --nproc_per_node=8 generate.py --task i2v-A14B --size 480*832 --ckpt_dir lingbot-world-base-cam --image examples/00/image.jpg --dit_fsdp --t5_fsdp --ulysses_size 8 --frame_num 161 --prompt "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."frame_num parameter to a value such as 961 to generate a one-minute video at 16 FPS.@article{lingbot-world,
title={Advancing Open-source World Models},
author={Robbyant Team},
journal={arXiv preprint arXiv:2601.20540},
year={2026}
}