Instructions to use CompVis/WhatMoves with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Wan2.2
How to use CompVis/WhatMoves with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add paper and project page links to model card
Browse filesThis PR adds links to the [paper](https://huggingface.co/papers/2609.04383) and [project page](https://compvis.github.io/WhatMoves) in the model card, making it easier for users to find the relevant research and additional resources. The existing metadata and licensing notes remain unchanged.
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: mixed-mit-and-apache-2.0
|
| 4 |
license_link: https://github.com/CompVis/WhatMoves/blob/main/THIRD_PARTY_NOTICES.md
|
| 5 |
-
library_name: pytorch
|
| 6 |
pipeline_tag: image-to-video
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
# WhatMoves checkpoints
|
|
@@ -15,6 +15,9 @@ tags:
|
|
| 15 |
Released checkpoints for [WhatMoves](https://github.com/CompVis/WhatMoves), a
|
| 16 |
promptable model for localized motion representations and transfer.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
| File | Contents |
|
| 19 |
|---|---|
|
| 20 |
| `what_moves/gated_static_step600000.pt` | Compact inference checkpoint for the WhatMoves motion encoder |
|
|
@@ -39,4 +42,4 @@ This repository contains mixed-license model artifacts:
|
|
| 39 |
|
| 40 |
The MIT license does not supersede the licenses or notices of the upstream
|
| 41 |
components. See the source repository's `LICENSE`, `THIRD_PARTY_NOTICES.md`,
|
| 42 |
-
and bundled Apache License 2.0 text for the complete notices.
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
license: other
|
| 4 |
license_name: mixed-mit-and-apache-2.0
|
| 5 |
license_link: https://github.com/CompVis/WhatMoves/blob/main/THIRD_PARTY_NOTICES.md
|
|
|
|
| 6 |
pipeline_tag: image-to-video
|
| 7 |
tags:
|
| 8 |
+
- motion-representation
|
| 9 |
+
- motion-transfer
|
| 10 |
+
- wan2.2
|
| 11 |
---
|
| 12 |
|
| 13 |
# WhatMoves checkpoints
|
|
|
|
| 15 |
Released checkpoints for [WhatMoves](https://github.com/CompVis/WhatMoves), a
|
| 16 |
promptable model for localized motion representations and transfer.
|
| 17 |
|
| 18 |
+
**Paper:** [What Moves? Localized Motion Representations for Compositional Scene Control](https://huggingface.co/papers/2609.04383)
|
| 19 |
+
**Project page:** [https://compvis.github.io/WhatMoves](https://compvis.github.io/WhatMoves)
|
| 20 |
+
|
| 21 |
| File | Contents |
|
| 22 |
|---|---|
|
| 23 |
| `what_moves/gated_static_step600000.pt` | Compact inference checkpoint for the WhatMoves motion encoder |
|
|
|
|
| 42 |
|
| 43 |
The MIT license does not supersede the licenses or notices of the upstream
|
| 44 |
components. See the source repository's `LICENSE`, `THIRD_PARTY_NOTICES.md`,
|
| 45 |
+
and bundled Apache License 2.0 text for the complete notices.
|