Motius-MoMask-HumanML3D / model_index.json
ZeyuLing's picture
Normalize Motius Pipeline.from_pretrained metadata
ff4d666 verified
Raw
History Blame Contribute Delete
1.2 kB
{
"_class_name": "MoMaskPipeline",
"_library_name": "motius",
"model_type": "momask",
"format": "motius-momask-v1",
"bundle_class": "motius.models.momask.MoMaskBundle",
"pipeline_class": "motius.pipelines.momask.MoMaskPipeline",
"artifacts": {
"vq": "vq.safetensors",
"t2m_transformer": "t2m_trans.safetensors",
"res_transformer": "res_trans.safetensors",
"length_estimator": "length_est.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",
"length_est.safetensors",
"momask_config.json",
"res_trans.safetensors",
"t2m_trans.safetensors",
"vq.safetensors"
]
}