Instructions to use rickakkerman/InterDyn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rickakkerman/InterDyn with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rickakkerman/InterDyn", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| license: other | |
| license_name: license | |
| license_link: LICENSE | |
| <div align="center"> | |
| <img src="assets/title.svg" style="height:100px" alt="InterDyn title"/> | |
| <br> <a href="https://arxiv.org/abs/2412.11785"><img src="https://img.shields.io/badge/arXiv-2412.11785-b31b1b.svg"></a> | |
| <a href="https://interdyn.is.tue.mpg.de/"><img src="https://img.shields.io/badge/Project-Page-Green"></a> | |
| </div> | |
| <!-- Authors --> | |
| <p align="center"> | |
| <em><strong> | |
| <a href="https://rickakkerman.github.io/">Rick Akkerman</a><sup>1,2*</sup>, | |
| <a href="https://havenfeng.github.io/">Haiwen Feng</a><sup>1*†</sup>, | |
| <a href="https://ps.is.mpg.de/person/black">Michael J. Black</a><sup>1</sup>, | |
| <a href="https://dtzionas.com/">Dimitrios Tzionas</a><sup>2</sup>, | |
| <a href="https://is.mpg.de/~vabrevaya">Victoria Fernández Abrevaya</a><sup>1</sup> | |
| </strong></em> | |
| <br> | |
| <sup>1</sup> Max Planck Institute for Intelligent Systems, Tübingen, Germany | |
| <sup>2</sup> University of Amsterdam, the Netherlands | |
| <br> | |
| <small>* equal contribution † project lead</small> | |
| </p> | |
| <h4 align="center"> | |
| CVPR 2025 | |
| </h2> | |