nielsr HF Staff commited on
Commit
fcc8f25
·
verified ·
1 Parent(s): 60bdbc0

Add paper and project page links to model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -5
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
- - motion-representation
9
- - motion-transfer
10
- - wan2.2
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.