File size: 1,197 Bytes
46cc25e
 
ff4d666
46cc25e
ff4d666
 
 
46cc25e
 
 
 
 
15c4cb9
46cc25e
 
 
15c4cb9
 
 
 
 
 
 
46cc25e
 
 
15c4cb9
 
46cc25e
 
 
ff4d666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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"
  ]
}