MIBURI release checkpoints

Companion model weights for MIBURI: Towards Expressive Interactive Gesture Synthesis (CVPR 2026).

These weights are not used standalone โ€” they are loaded by the MIBURI demo server from the code repository. The intended way to fetch them is:

git clone https://github.com/m-hamza-mughal/miburi
cd miburi
pip install .
miburi-download-assets           # https://huggingface.co/m-hamza-mughal/miburi-release-assets
miburi-download-checkpoints      # this repo, pulled into experiments/
miburi-demo

Contents

8 directories under experiments/, two release tracks ร— {3 codecs + 1 Gesture LM}:

Dir Role
demoexp_release_uppercodec/ Upper body + hands codec
demoexp_release_lowercodec/ Lower body + trans-velocity codec
demoexp_release_facecodec/ Face / expression codec
demoexp_release_gtdm3_goodspk/ GTDM3 LM, BEATX 4-speaker subset
allspk_release_uppercodec/ Upper codec, all-speaker
allspk_release_lowertranscodec/ Lower codec, all-speaker
allspk_release_facecodec/ Face codec, all-speaker
allspk_release_gtdm3_exp/ GTDM3 LM, all 23 BEATX speakers

Each codec dir holds config.yaml + a single last_<NNN>.safetensors. The GTDM3 dirs additionally hold speaker_id_to_index.json and tokens_idle_slices/{idle_upper,idle_face}_tokens_slices.npz that the demo server reads at startup.

License

These checkpoints are licensed under CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/), the same license that governs the MIBURI source code. Research and academic use is welcome; commercial use is not permitted. If you build on this work, please cite:

Mughal, M. Hamza; Dabral, Rishabh; Demberg, Vera; Theobalt, Christian. MIBURI: Towards Expressive Interactive Gesture Synthesis. CVPR 2026. https://arxiv.org/abs/2603.03282

Third-party licenses

The MIBURI demo composes these weights with third-party code + assets, each governed by their own license. By using the demo you agree to honor these as well:

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Paper for m-hamza-mughal/miburi-release-checkpoints