| { | |
| "_class_name": "T2MGPTPipeline", | |
| "_library_name": "motius", | |
| "model_type": "t2mgpt", | |
| "format": "motius-t2mgpt-v1", | |
| "bundle_class": "motius.models.t2mgpt.T2MGPTBundle", | |
| "pipeline_class": "motius.pipelines.t2mgpt.T2MGPTPipeline", | |
| "artifacts": { | |
| "vqvae": "vq.safetensors", | |
| "gpt": "gpt.safetensors", | |
| "clip": "clip.safetensors", | |
| "mean": "Mean.npy", | |
| "std": "Std.npy" | |
| }, | |
| "components": { | |
| "clip": { | |
| "name": "ViT-B/32", | |
| "stored_in_artifact": true, | |
| "path": "clip.safetensors" | |
| } | |
| }, | |
| "external_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, | |
| "tasks": [ | |
| "text_to_motion" | |
| ], | |
| "required_files": [ | |
| "Mean.npy", | |
| "Std.npy", | |
| "clip.safetensors", | |
| "gpt.safetensors", | |
| "t2mgpt_config.json", | |
| "vq.safetensors" | |
| ] | |
| } | |