File size: 1,770 Bytes
5568c23 40d148f 5568c23 40d148f 5568c23 | 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 43 44 45 46 47 48 49 50 51 52 53 | {
"_class_name": "MotionStreamerPipeline",
"_library_name": "motius",
"format_version": 1,
"pipeline_class": "motius.pipelines.motionstreamer.MotionStreamerPipeline",
"bundle_class": "motius.models.motionstreamer.MotionStreamerBundle",
"tasks": [
"text_to_motion",
"temporal_motion_completion",
"sequential_text_to_motion"
],
"required_files": [
"Mean.npy",
"Std.npy",
"ar.safetensors",
"ms_config.json",
"tae.safetensors",
"text_encoder/sentence-t5-xxl/.gitattributes",
"text_encoder/sentence-t5-xxl/1_Pooling/config.json",
"text_encoder/sentence-t5-xxl/2_Dense/config.json",
"text_encoder/sentence-t5-xxl/2_Dense/model.safetensors",
"text_encoder/sentence-t5-xxl/2_Dense/pytorch_model.bin",
"text_encoder/sentence-t5-xxl/README.md",
"text_encoder/sentence-t5-xxl/config.json",
"text_encoder/sentence-t5-xxl/config_sentence_transformers.json",
"text_encoder/sentence-t5-xxl/model.safetensors",
"text_encoder/sentence-t5-xxl/modules.json",
"text_encoder/sentence-t5-xxl/sentence_bert_config.json",
"text_encoder/sentence-t5-xxl/special_tokens_map.json",
"text_encoder/sentence-t5-xxl/spiece.model",
"text_encoder/sentence-t5-xxl/tokenizer.json",
"text_encoder/sentence-t5-xxl/tokenizer_config.json"
],
"api": {
"loader": "motius.Pipeline.from_pretrained",
"task_methods": [
"infer_text_to_motion",
"infer_temporal_motion_completion",
"infer_sequential_text_to_motion"
]
},
"artifact_format": "motius-motionstreamer-v1",
"artifacts": {
"text_encoder": "text_encoder/sentence-t5-xxl"
},
"components": {
"text_encoder": {
"stored_in_artifact": true,
"path": "text_encoder/sentence-t5-xxl"
}
}
}
|