| { | |
| "_class_name": "FlowMDMPipeline", | |
| "_library_name": "motius", | |
| "model_type": "flowmdm", | |
| "format": "motius-flowmdm-artifact-v1", | |
| "bundle_class": "motius.models.flowmdm.FlowMDMBundle", | |
| "pipeline_class": "motius.pipelines.flowmdm.FlowMDMPipeline", | |
| "artifacts": { | |
| "checkpoint": "model000500000.pt", | |
| "args": "args.json", | |
| "mean": "Mean.npy", | |
| "std": "Std.npy", | |
| "clip": "clip.safetensors" | |
| }, | |
| "api": { | |
| "loader": "motius.Pipeline.from_pretrained", | |
| "task_methods": [ | |
| "infer_text_to_motion", | |
| "infer_temporal_motion_completion", | |
| "infer_sequential_text_to_motion" | |
| ] | |
| }, | |
| "format_version": 1, | |
| "tasks": [ | |
| "text_to_motion", | |
| "temporal_motion_completion", | |
| "sequential_text_to_motion" | |
| ], | |
| "required_files": [ | |
| "Mean.npy", | |
| "Std.npy", | |
| "args.json", | |
| "clip.safetensors", | |
| "model000500000.pt" | |
| ], | |
| "components": { | |
| "clip": { | |
| "stored_in_artifact": true, | |
| "path": "clip.safetensors" | |
| } | |
| } | |
| } | |