YAML Metadata Warning:The pipeline tag "text-to-motion" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

PRISM 1.0 HumanML3D

This repository contains the self-contained PRISM 1.0 checkpoint used by Motius. PRISM represents motion as a time-by-body latent grid and generates it with a Kinematic-Unit Flow Transformer. This baseline uses sequential joint-axis RoPE and a shared flow schedule.

The artifact includes KU-FlowT, the causal Motion VAE, T5 tokenizer and text encoder, scheduler, motion statistics, and Motius metadata. Its native output is 138D SMPL-H body-22 motion at 30 fps. The VAE runs in fp32; KU-FlowT and T5 may run in bf16.

from motius.pipelines.prism import PRISMPipeline

pipe = PRISMPipeline.from_pretrained(
    "ZeyuLing/motius-prism-1.0-humanml3d",
    bundle_kwargs={"device": "cuda"},
)
result = pipe.text_to_motion(
    "a person walks forward and waves with the right hand",
    num_frames=129,
    seed=42,
)

HumanML3D T2M

Fixed selected-caption protocol, 20-repeat means:

Evaluator Samples R@1 R@2 R@3 FID MM-Dist Diversity
HumanML3D Official 3,970 0.5560 0.7465 0.8366 0.1992 2.8057 9.6033
MotionStreamer 4,042 0.7463 0.8832 0.9241 19.0359 15.5135 27.4151

See the full PRISM model card for TP2M, physical diagnostics, representation details, and citation.

Direct Loading

from motius import Pipeline

pipeline = Pipeline.from_pretrained("ZeyuLing/motius-prism-1.0-humanml3d")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support