metadata
library_name: motius
pipeline_tag: text-to-motion
license: cc-by-nc-sa-4.0
tags:
- human-motion
- two-person-text-to-motion
- intergen
- interhuman
Motius InterGen InterHuman
Inference-only SafeTensors artifact for InterGen, adapted from the official repository. It contains the released model and normalization statistics; optimizer and trainer state are excluded. The InterHuman dataset is not redistributed.
from motius.pipelines.intergen import InterGenPipeline
pipe = InterGenPipeline.from_pretrained(
"ZeyuLing/motius-intergen-interhuman",
bundle_kwargs={"device": "cuda"},
)
motion = pipe("two people shake hands", motion_len=120, seed=42)
# (1, 120, 2, 262)
See the full Motius model card.