Views
No views yet
| File | Path | Description |
|---|---|---|
| AutoLevel | gimbal360/autolevel.pth | Camera calibration model for panorama alignment |
| Pano LoRA | gimbal360/pytorch_lora_weights.safetensors | FLUX.1-Fill-dev LoRA adapter for topology-aware panorama outpainting |
| Gaussian Predictor | gaussian_predictor_checkpoint.pth | Feed-forward 3DGS predictor (includes DINOv3 encoder, no separate DA2 needed) |
| Self-Forcing Video | self_forcing_video.pt | Autoregressive video generation checkpoint (bf16, Self-Forcing on Wan2.1-T2V-1.3B) |
| TAEHV VAE | taew2_1.pth | Lightweight VAE decoder for real-time frame decoding |
1# From the MoVerse GitHub repo
2./scripts/download_weights.sh1# Install huggingface-cli
2pip install huggingface_hub
3
4# Download all MoVerse weights to checkpoints/
5huggingface-cli download Orange-3DV-Team/MoVerse --local-dir checkpoints
6
7# Or download a single file
8huggingface-cli download Orange-3DV-Team/MoVerse self_forcing_video.pt --local-dir checkpointsdownload_weights.sh:| Model | HuggingFace Repo | Path |
|---|---|---|
| FLUX.1-Fill-dev | black-forest-labs/FLUX.1-Fill-dev | checkpoints/FLUX.1-Fill-dev/ |
| Depth Anything 3 | depth-anything/DA3NESTED-GIANT-LARGE-1.1 | checkpoints/DA3NESTED-GIANT-LARGE-1.1/ |
| Wan2.1-T2V-1.3B | Wan-AI/Wan2.1-T2V-1.3B | checkpoints/Wan2.1-T2V-1.3B/ |
1@article{moverse2026,
2 title = {MoVerse: Real-Time Video World Modeling with Panoramic Gaussian Scaffold},
3 author = {Yang Zhou and Ziheng Wang and Yuqin Lu and Haofeng Liu and Jun Liang and Shengfeng He and Jing Li},
4 journal = {arXiv preprint arXiv:2606.13376},
5 year = {2026}
6}