Add pipeline tag and library name
Browse filesThis PR improves the model card's metadata by adding the `pipeline_tag` and `library_name`, which are crucial for discoverability. The `pipeline_tag: any-to-any` reflects the model's multi-task capabilities, and `library_name: diffusers` clarifies the underlying framework.
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- human-motion-generation
|
|
|
|
|
4 |
---
|
5 |
|
6 |
This repository contains the weights of the paper [MotionLab: Unified Human Motion Generation and Editing via the Motion-Condition-Motion Paradigm](https://huggingface.co/papers/2502.02358).
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- human-motion-generation
|
4 |
+
library_name: diffusers
|
5 |
+
pipeline_tag: any-to-any
|
6 |
---
|
7 |
|
8 |
This repository contains the weights of the paper [MotionLab: Unified Human Motion Generation and Editing via the Motion-Condition-Motion Paradigm](https://huggingface.co/papers/2502.02358).
|