Instructions to use sammoran-phd/cara-native-acestep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sammoran-phd/cara-native-acestep with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="sammoran-phd/cara-native-acestep")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sammoran-phd/cara-native-acestep", device_map="auto") - PEFT
How to use sammoran-phd/cara-native-acestep with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 1,541 Bytes
2d259e6 | 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 54 55 56 57 58 | {
"status": "completed",
"run_id": "run_000002",
"started_at": "2026-05-21T11:51:50.241886+00:00",
"finished_at": "2026-05-21T11:52:17.350325+00:00",
"updated_at": "2026-05-21T11:52:17.350325+00:00",
"current_phase": "completed",
"current_asset": null,
"current_asset_title": null,
"current_pool_id": null,
"processed_assets": 25000,
"total_assets": 25000,
"percent_complete": 100.0,
"counts": {
"review_required": 727,
"new_pool_created": 98,
"assigned": 24175,
"duplicate_found": 0,
"rejected": 0,
"unresolved": 0
},
"options": {
"subset_role": "music_train_candidate",
"only_downloaded": true,
"limit": null,
"allow_relaxed_metadata": true,
"start_fresh": true
},
"activity_log": [
{
"ts": "2026-05-21T11:51:50.241979+00:00",
"phase": "planning",
"level": "info",
"asset_id": null,
"source_key": null,
"pool_id": null,
"message": "v2 planning run started for 25000 candidate assets"
},
{
"ts": "2026-05-21T11:52:13.536231+00:00",
"phase": "planning",
"level": "info",
"asset_id": null,
"source_key": null,
"pool_id": null,
"message": "v2 normalized 25000 assets; building broad pool map"
},
{
"ts": "2026-05-21T11:53:07.604214+00:00",
"phase": "completed",
"level": "info",
"asset_id": null,
"source_key": null,
"pool_id": null,
"message": "v2 completed: 24273 training rows across 98 registered pools"
}
]
} |