| { | |
| "_class_name": "MDMPipeline", | |
| "_library_name": "motius", | |
| "model_type": "mdm", | |
| "format": "motius-mdm-v2", | |
| "pipeline_class": "motius.pipelines.mdm.MDMPipeline", | |
| "bundle_class": "motius.models.mdm.MDMBundle", | |
| "tasks": [ | |
| "text_to_motion" | |
| ], | |
| "required_files": [ | |
| "Mean.npy", | |
| "Std.npy", | |
| "clip.safetensors", | |
| "mdm_config.json", | |
| "model.safetensors" | |
| ], | |
| "artifacts": { | |
| "model": "model.safetensors", | |
| "clip": "clip.safetensors", | |
| "mean": "Mean.npy", | |
| "std": "Std.npy" | |
| }, | |
| "components": { | |
| "clip": { | |
| "name": "ViT-B/32", | |
| "stored_in_artifact": true, | |
| "path": "clip.safetensors" | |
| } | |
| }, | |
| "api": { | |
| "loader": "motius.Pipeline.from_pretrained", | |
| "task_methods": [ | |
| "infer_text_to_motion" | |
| ] | |
| }, | |
| "format_version": 1 | |
| } | |