Robbyant Team
22
4 commits
5 linked in READMEs
updated Sep 7, 2026
Robbyant Team
We present LingBot-World 2.0 (also known as LingBot-World-Infinity), an advanced iteration of LingBot-World featuring four distinct upgrades.
The real-time version of LingBot-World-Infinity is available on two platforms. We thank Reactor and LingGuang for their support:
Note: Reactor and LingGuang provide a convenient way to try LingBot-World-Infinity in real time, but some functions are missing. In our official setup, the model runs at full capability. To experience our official demo, join us at WAIC 2026.
This codebase is built upon Wan2.2. Please refer to their documentation for installation instructions.
Clone the repo:
git clone https://github.com/robbyant/lingbot-world-v2.git
cd lingbot-world-v2
Install dependencies:
# Ensure torch >= 2.4.0
pip install -r requirements.txt
Install flash_attn:
pip install flash-attn --no-build-isolation
| Model | Model Type | Model Size | Download Links |
|---|---|---|---|
| lingbot-world-v2-14b-causal-fast | causal-fast | 14B | π€ HuggingFace π€ ModelScope |
| lingbot-world-v2-14b-causal-pretrain | causal-pretrain | 14B | TODO |
Download models using huggingface-cli:
pip install "huggingface_hub[cli]"
huggingface-cli download robbyant/lingbot-world-v2-14b-causal-fast --local-dir ./lingbot-world-v2-14b-causal-fast
Download models using modelscope-cli:
pip install modelscope
modelscope download robbyant/lingbot-world-v2-14b-causal-fast --local_dir ./lingbot-world-v2-14b-causal-fast
We provide generate.py for causal inference with KV caching, which processes video frames chunk-by-chunk instead of all at once.
causal_fast β 480P, multi-GPU:
torchrun --nproc_per_node=8 generate.py --task i2v-A14B --size 480*832 --ckpt_dir lingbot-world-v2-14b-causal-fast --image examples/03/image.jpg --action_path examples/03 --dit_fsdp --t5_fsdp --ulysses_size 8 --frame_num 361 --local_attn_size 18 --sink_size 6 --prompt "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds β gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
You can also use the provided run_fast.sh script:
bash run_fast.sh <weights_dir> <frame_num>
# e.g. bash run_fast.sh lingbot-world-v2-14b-causal-fast 361
We do NOT plan to release our deployment code. If you would like to deploy our model yourself, please refer to the LingBot-World deployment in SGLang or flashdreams.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). The project is available for non-commercial use only: you may share and adapt it with proper attribution, but derivative works must be distributed under the same license. Please refer to the LICENSE file for the full text, including details on rights and restrictions.
We would like to express our gratitude to the Wan Team for open-sourcing their code and models. Their contributions have been instrumental to the development of this project.
If you find this work useful for your research, please cite our paper:
@article{lingbot-world-v2,
title={Infinite Worlds with Versatile Interactions},
author={Zelin Gao and Qiuyu Wang and Jiapeng Zhu and Jingye Chen and Zichen Liu and Qingyan Bai and Jiahao Wang and Yufeng Yuan and Hanlin Wang and Yichong Lu and Ka Leong Cheng and Haojie Zhang and Jian Gao and Tianrui Feng and Yuzheng Liu and Yao Yao and Yinghao Xu and Xing Zhu and Yujun Shen and Hao Ouyang},
journal={arXiv preprint arXiv:xxx.xxx},
year={2026}
}
4 commits
Robbyant Team
22
4 commits
5 linked in READMEs
updated Sep 7, 2026
Robbyant Team
We present LingBot-World 2.0 (also known as LingBot-World-Infinity), an advanced iteration of LingBot-World featuring four distinct upgrades.
The real-time version of LingBot-World-Infinity is available on two platforms. We thank Reactor and LingGuang for their support:
Note: Reactor and LingGuang provide a convenient way to try LingBot-World-Infinity in real time, but some functions are missing. In our official setup, the model runs at full capability. To experience our official demo, join us at WAIC 2026.
This codebase is built upon Wan2.2. Please refer to their documentation for installation instructions.
Clone the repo:
git clone https://github.com/robbyant/lingbot-world-v2.git
cd lingbot-world-v2
Install dependencies:
# Ensure torch >= 2.4.0
pip install -r requirements.txt
Install flash_attn:
pip install flash-attn --no-build-isolation
| Model | Model Type | Model Size | Download Links |
|---|---|---|---|
| lingbot-world-v2-14b-causal-fast | causal-fast | 14B | π€ HuggingFace π€ ModelScope |
| lingbot-world-v2-14b-causal-pretrain | causal-pretrain | 14B | TODO |
Download models using huggingface-cli:
pip install "huggingface_hub[cli]"
huggingface-cli download robbyant/lingbot-world-v2-14b-causal-fast --local-dir ./lingbot-world-v2-14b-causal-fast
Download models using modelscope-cli:
pip install modelscope
modelscope download robbyant/lingbot-world-v2-14b-causal-fast --local_dir ./lingbot-world-v2-14b-causal-fast
We provide generate.py for causal inference with KV caching, which processes video frames chunk-by-chunk instead of all at once.
causal_fast β 480P, multi-GPU:
torchrun --nproc_per_node=8 generate.py --task i2v-A14B --size 480*832 --ckpt_dir lingbot-world-v2-14b-causal-fast --image examples/03/image.jpg --action_path examples/03 --dit_fsdp --t5_fsdp --ulysses_size 8 --frame_num 361 --local_attn_size 18 --sink_size 6 --prompt "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds β gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
You can also use the provided run_fast.sh script:
bash run_fast.sh <weights_dir> <frame_num>
# e.g. bash run_fast.sh lingbot-world-v2-14b-causal-fast 361
We do NOT plan to release our deployment code. If you would like to deploy our model yourself, please refer to the LingBot-World deployment in SGLang or flashdreams.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). The project is available for non-commercial use only: you may share and adapt it with proper attribution, but derivative works must be distributed under the same license. Please refer to the LICENSE file for the full text, including details on rights and restrictions.
We would like to express our gratitude to the Wan Team for open-sourcing their code and models. Their contributions have been instrumental to the development of this project.
If you find this work useful for your research, please cite our paper:
@article{lingbot-world-v2,
title={Infinite Worlds with Versatile Interactions},
author={Zelin Gao and Qiuyu Wang and Jiapeng Zhu and Jingye Chen and Zichen Liu and Qingyan Bai and Jiahao Wang and Yufeng Yuan and Hanlin Wang and Yichong Lu and Ka Leong Cheng and Haojie Zhang and Jian Gao and Tianrui Feng and Yuzheng Liu and Yao Yao and Yinghao Xu and Xing Zhu and Yujun Shen and Hao Ouyang},
journal={arXiv preprint arXiv:xxx.xxx},
year={2026}
}
4 commits