Normalize Motius Pipeline.from_pretrained metadata
Browse files- model_index.json +10 -10
model_index.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
| 3 |
"_library_name": "motius",
|
| 4 |
"model_type": "mdm",
|
| 5 |
"format": "motius-mdm-v2",
|
| 6 |
-
"pipeline_class": "motius.pipelines.mdm.
|
| 7 |
-
"bundle_class": "motius.models.mdm.
|
| 8 |
"tasks": [
|
| 9 |
"text_to_motion"
|
| 10 |
],
|
| 11 |
"required_files": [
|
| 12 |
-
"mdm_config.json",
|
| 13 |
-
"model.safetensors",
|
| 14 |
-
"clip.safetensors",
|
| 15 |
"Mean.npy",
|
| 16 |
-
"Std.npy"
|
|
|
|
|
|
|
|
|
|
| 17 |
],
|
| 18 |
"artifacts": {
|
| 19 |
"model": "model.safetensors",
|
|
@@ -31,8 +31,8 @@
|
|
| 31 |
"api": {
|
| 32 |
"loader": "motius.Pipeline.from_pretrained",
|
| 33 |
"task_methods": [
|
| 34 |
-
"infer_text_to_motion"
|
| 35 |
-
"infer_t2m"
|
| 36 |
]
|
| 37 |
-
}
|
| 38 |
-
|
|
|
|
|
|
| 3 |
"_library_name": "motius",
|
| 4 |
"model_type": "mdm",
|
| 5 |
"format": "motius-mdm-v2",
|
| 6 |
+
"pipeline_class": "motius.pipelines.mdm.MDMPipeline",
|
| 7 |
+
"bundle_class": "motius.models.mdm.MDMBundle",
|
| 8 |
"tasks": [
|
| 9 |
"text_to_motion"
|
| 10 |
],
|
| 11 |
"required_files": [
|
|
|
|
|
|
|
|
|
|
| 12 |
"Mean.npy",
|
| 13 |
+
"Std.npy",
|
| 14 |
+
"clip.safetensors",
|
| 15 |
+
"mdm_config.json",
|
| 16 |
+
"model.safetensors"
|
| 17 |
],
|
| 18 |
"artifacts": {
|
| 19 |
"model": "model.safetensors",
|
|
|
|
| 31 |
"api": {
|
| 32 |
"loader": "motius.Pipeline.from_pretrained",
|
| 33 |
"task_methods": [
|
| 34 |
+
"infer_text_to_motion"
|
|
|
|
| 35 |
]
|
| 36 |
+
},
|
| 37 |
+
"format_version": 1
|
| 38 |
+
}
|