File size: 1,030 Bytes
042bbe8 ebfad5a 042bbe8 ebfad5a 042bbe8 ebfad5a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"_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"
]
}
|