| { | |
| "_class_name": "TM2DPipeline", | |
| "_motius_bundle": "TM2DBundle", | |
| "artifact_format": "motius-tm2d-v1", | |
| "tasks": [ | |
| "text_to_motion", | |
| "music_to_dance" | |
| ], | |
| "_library_name": "motius", | |
| "format_version": 1, | |
| "pipeline_class": "motius.pipelines.tm2d.TM2DPipeline", | |
| "bundle_class": "motius.models.tm2d.TM2DBundle", | |
| "required_files": [ | |
| "ATTRIBUTIONS.md", | |
| "audio_transformer.safetensors", | |
| "mean.npy", | |
| "quantizer.safetensors", | |
| "std.npy", | |
| "text_transformer.safetensors", | |
| "tm2d_config.json", | |
| "vocab.json", | |
| "vq_decoder.safetensors", | |
| "vq_encoder.safetensors" | |
| ], | |
| "api": { | |
| "loader": "motius.Pipeline.from_pretrained", | |
| "task_methods": [ | |
| "infer_text_to_motion", | |
| "infer_music_to_dance" | |
| ] | |
| } | |
| } | |