Views
No views yet

1conda create -n infworld python=3.10
2conda activate infworldpip install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124pip install -r requirements.txtconfigs/infworld_config.yaml. Paths are relative to the project root unless absolute.checkpoints/:| File / directory | Config key | Description |
|---|---|---|
models/Wan2.1_VAE.pth | vae_cfg.vae_pth | VAE weights |
models/models_t5_umt5-xxl-enc-bf16.pth | text_encoder_cfg.checkpoint_path | T5 text encoder |
models/google/umt5-xxl (folder) | text_encoder_cfg.tokenizer_path | T5 tokenizer |
infinite_world_model.ckpt | checkpoint_path | DiT model weights |
checkpoints/):1pip install huggingface_hub
2huggingface-cli logininfinite-world/):python scripts/upload_to_hf.py YOUR_USERNAME/infinite-world1export HF_REPO_ID=YOUR_USERNAME/infinite-world
2python scripts/upload_to_hf.pycheckpoints/) and skips __pycache__, outputs, .git, etc. Large checkpoint files are uploaded via the Hub API; the first run may take a while depending on size and network.repo_id.| Model | Mot. Smo.↑ | Dyn. Deg.↑ | Aes. Qual.↑ | Img. Qual.↑ | Avg. Score↑ | Memory↓ | Fidelity↓ | Action↓ | ELO Rating↑ |
|---|---|---|---|---|---|---|---|---|---|
| Hunyuan-GameCraft | 0.9855 | 0.9896 | 0.5380 | 0.6010 | 0.7785 | 2.67 | 2.49 | 2.56 | 1311 |
| Matrix-Game 2.0 | 0.9788 | 1.0000 | 0.5267 | 0.7215 | 0.8068 | 2.98 | 2.91 | 1.78 | 1432 |
| Yume 1.5 | 0.9861 | 0.9896 | 0.5840 | 0.6969 | 0.8141 | 2.43 | 1.91 | 2.47 | 1495 |
| HY-World-1.5 | 0.9905 | 1.0000 | 0.5280 | 0.6611 | 0.7949 | 2.59 | 2.78 | 1.50 | 1542 |
| Infinite-World | 0.9876 | 1.0000 | 0.5440 | 0.7159 | 0.8119 | 1.92 | 1.67 | 1.54 | 1719 |
1@article{wu2026infiniteworld,
2 title={Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory},
3 author={Wu, Ruiqi and He, Xuanhua e.a.},
4 journal={arXiv preprint arXiv:2602.02393},
5 year={2026}
6}