Views
No views yet
model_native_compat.ptlyra2_custom_traj_inference.py) with no special wrapper. Requires the Lyra-2 native base weights at inference (text encoder, VAE, image encoder); see the GitHub repo's checkpoints/README.md for the download chain.| Item | Value |
|---|---|
| Base | Lyra-2 native (NVIDIA, Wan 2.1-14B foundation) |
| Dataset | Waymo TFRecord, V=2 (FRONT + FRONT_LEFT), T=81, 384×576 |
| Trainable | Last 4 blocks (36–39) self_attn + cross_attn + ffn only |
| Iter | 1900 total (500 path_a + 700 continue_ps01) |
| Pose scale | 0.1 (training/inference aligned) |
| Hardware | 4× Blackwell B200, ~12 hr |
| New parameters | None — architecture identical to Lyra-2 native |
1# 1. Clone code
2git clone https://github.com/chankyo-kim-tri/AnyWorld.git
3cd AnyWorld
4bash setup/env.sh
5
6# 2. Download this checkpoint
7huggingface-cli login
8huggingface-cli download ckkim10/AnyWorld-v15 model_native_compat.pt \
9 --local-dir checkpoints/v15/
10
11# 3. Get Lyra-2 native base weights from NVIDIA (separate license)
12# See checkpoints/README.md for download chain
13
14# 4. Run inference
15bash scripts/infer_singleview.sh \
16 --anchor demos/seeds/.../t0.png \
17 --traj demos/seeds/.../traj.npz \
18 --caps demos/seeds/.../caption.json \
19 --out out/0.1 for raw Waymo poses).1@misc{kim2026anyworld,
2 author = {Kim, Chankyo and contributors},
3 title = {AnyWorld v15: AV-domain camera-controllable video diffusion},
4 year = {2026},
5 note = {Toyota Research Institute},
6 url = {https://github.com/chankyo-kim-tri/AnyWorld},
7}chankyo.kim@tri.global.