| { | |
| "_class_name": "BailandoPipeline", | |
| "_motius_bundle": "BailandoBundle", | |
| "artifact_format": "motius-bailando-v1", | |
| "_library_name": "motius", | |
| "format_version": 1, | |
| "pipeline_class": "motius.pipelines.bailando.BailandoPipeline", | |
| "bundle_class": "motius.models.bailando.BailandoBundle", | |
| "tasks": [ | |
| "music_to_dance" | |
| ], | |
| "required_files": [ | |
| "ATTRIBUTIONS.md", | |
| "LICENSE", | |
| "bailando_config.json", | |
| "conversion_report.json", | |
| "gpt.safetensors", | |
| "vqvae.safetensors" | |
| ], | |
| "api": { | |
| "loader": "motius.Pipeline.from_pretrained", | |
| "task_methods": [ | |
| "infer_music_to_dance" | |
| ] | |
| } | |
| } | |