File size: 2,632 Bytes
1bc77d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9583337
1bc77d6
 
 
ae688eb
1bc77d6
 
 
ae688eb
 
 
 
 
 
 
 
 
1bc77d6
ae688eb
1bc77d6
 
 
 
 
 
 
 
ae688eb
1bc77d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
license: other
license_name: mixed-upstream-licenses
license_link: https://huggingface.co/lefreud/GimbalDiffusion/blob/main/LICENSE.md
pipeline_tag: text-to-video
base_model:
- THUDM/CogVideoX-2b
- Wan-AI/Wan2.1-T2V-1.3B
- Wan-AI/Wan2.2-TI2V-5B
datasets:
- YOUSIKI/PanoWan
tags:
- video-generation
- camera-control
- camera-trajectory
- gravity
- gimbaldiffusion
---

# GimbalDiffusion

Paper-release checkpoints for **GimbalDiffusion: Gravity-Aware Camera Control for Video Generation** (ECCV 2026). GimbalDiffusion is implemented across CogVideoX-2B, WAN 2.1, and WAN 2.2 using both Plücker-ray and UCPE camera encodings.

- [Project page](https://lvsn.github.io/GimbalDiffusion/)
- [Paper](https://arxiv.org/abs/2512.09112)
- [Code](https://github.com/lvsn/GimbalDiffusion)

## Checkpoints

| Path | Backbone | Variant | Size (GB) |
| --- | --- | --- | ---: |
| `gimbal_ac3d/controlnet.pt` | CogVideoX-2b / AC3D | Main | 0.022 |
| `gimbal_ucpe/dit.safetensors` | Wan 2.1 / UCPE | Main | 2.909 |
| `gimbal_ucpe_no_np/dit.safetensors` | Wan 2.1 / UCPE | Without null-pitch conditioning | 2.909 |
| `gimbal_ucpe_no_absolute/dit.safetensors` | Wan 2.1 / UCPE | Relative poses | 2.909 |
| `gimbal_wan_2_1/dit.safetensors` | Wan 2.1 | Main | 2.942 |
| `gimbal_wan_2_2/dit.safetensors` | Wan 2.2 | Main | 10.007 |
| `gimbal_wan_2_2_no_np/dit.safetensors` | Wan 2.2 | Without null-pitch conditioning | 10.007 |

## Download

```bash
hf download lefreud/GimbalDiffusion --local-dir checkpoint/gimbaldiffusion
hf download THUDM/CogVideoX-2b --local-dir checkpoint/backbones/THUDM/CogVideoX-2b
hf download Wan-AI/Wan2.1-T2V-1.3B --local-dir checkpoint/backbones/Wan-AI/Wan2.1-T2V-1.3B
hf download Wan-AI/Wan2.2-TI2V-5B --local-dir checkpoint/backbones/Wan-AI/Wan2.2-TI2V-5B
```

For setup, inference, and training instructions, see the [GimbalDiffusion README](https://github.com/lvsn/GimbalDiffusion#readme).

## License

This repository contains artifacts governed by different upstream terms. In particular, the AC3D checkpoint is restricted to non-commercial research use. Read [LICENSE.md](LICENSE.md) and [LICENSE-AC3D.txt](LICENSE-AC3D.txt) before use. Base-model weights are not redistributed here and retain their own licenses.

## Citation

```bibtex
@inproceedings{fortierchouinard2026gimbaldiffusion,
  title = {GimbalDiffusion: Gravity-Aware Camera Control for Video Generation},
  author = {Fortier-Chouinard, Fr{\'e}d{\'e}ric and Hold-Geoffroy, Yannick and Deschaintre, Valentin and Gadelha, Matheus and Lalonde, Jean-Fran{\c{c}}ois},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year = {2026}
}
```