| { | |
| "_class_name": "MoGenTSPipeline", | |
| "_library_name": "motius", | |
| "model_type": "mogents", | |
| "format": "motius-mogents-v1", | |
| "bundle_class": "motius.models.mogents.MoGenTSBundle", | |
| "pipeline_class": "motius.pipelines.mogents.MoGenTSPipeline", | |
| "artifacts": { | |
| "vq": "vq.safetensors", | |
| "mask_aux": "mask_aux.safetensors", | |
| "mask_ts": "mask_ts.safetensors", | |
| "res_aux": "res_aux.safetensors", | |
| "res_ts": "res_ts.safetensors", | |
| "length_estimator": "length_est.safetensors", | |
| "clip": "clip.safetensors", | |
| "mean": "Mean.npy", | |
| "std": "Std.npy" | |
| }, | |
| "api": { | |
| "loader": "motius.Pipeline.from_pretrained", | |
| "task_methods": [ | |
| "infer_text_to_motion" | |
| ] | |
| }, | |
| "format_version": 1, | |
| "tasks": [ | |
| "text_to_motion" | |
| ], | |
| "required_files": [ | |
| "Mean.npy", | |
| "Std.npy", | |
| "clip.safetensors", | |
| "length_est.safetensors", | |
| "mask_aux.safetensors", | |
| "mask_ts.safetensors", | |
| "mogents_config.json", | |
| "res_aux.safetensors", | |
| "res_ts.safetensors", | |
| "vq.safetensors" | |
| ] | |
| } | |