Text-to-Audio
Transformers
Safetensors
ACE-Step
feature-extraction
audio
demodokos
music
text2music
custom_code
Instructions to use cmp-nct/acestep-v15-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cmp-nct/acestep-v15-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="cmp-nct/acestep-v15-base", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cmp-nct/acestep-v15-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,56 +8,160 @@ tags:
|
|
| 8 |
- music
|
| 9 |
- text2music
|
| 10 |
---
|
| 11 |
-
<div style="background:
|
| 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 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
|
|
|
|
| 8 |
- music
|
| 9 |
- text2music
|
| 10 |
---
|
| 11 |
+
<div style="background:#f3efe4;border:1px solid #161614;border-radius:18px;margin:0 0 28px 0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#161614;overflow:hidden">
|
| 12 |
+
<div style="background:#161614;color:#f3efe4;padding:14px 22px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between">
|
| 13 |
+
<div style="display:flex;align-items:center;gap:10px">
|
| 14 |
+
<div style="width:12px;height:12px;background:#9cff3b;border-radius:50%;box-shadow:0 0 0 4px rgba(156,255,59,.16)"></div>
|
| 15 |
+
<div style="font-size:13px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase">Demodokos Foundry</div>
|
| 16 |
+
</div>
|
| 17 |
+
<div style="display:flex;flex-wrap:wrap;gap:8px">
|
| 18 |
+
<a href="https://demodokos.com/#listen" style="color:#f3efe4;text-decoration:none;border:1px solid rgba(243,239,228,.28);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase">Demos</a>
|
| 19 |
+
<a href="https://demodokos.com/#create" style="color:#f3efe4;text-decoration:none;border:1px solid rgba(243,239,228,.28);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase">Features</a>
|
| 20 |
+
<a href="https://demodokos.com/#pricing" style="color:#f3efe4;text-decoration:none;border:1px solid rgba(243,239,228,.28);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase">Pricing</a>
|
| 21 |
+
<a href="https://demodokos.com/#begin" style="color:#f3efe4;text-decoration:none;border:1px solid rgba(243,239,228,.28);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase">Download</a>
|
| 22 |
+
</div>
|
| 23 |
+
</div>
|
| 24 |
+
<div style="padding:36px 30px 28px 30px">
|
| 25 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:2px;text-transform:uppercase;color:#59614d;margin-bottom:13px">Local AI music, speech, editing, mixing, and automation</div>
|
| 26 |
+
<h1 style="margin:0 0 16px 0;font-size:40px;line-height:1.04;font-weight:950;letter-spacing:-1.7px;color:#11110f">Your GPU is the studio.</h1>
|
| 27 |
+
<p style="margin:0 0 22px 0;max-width:900px;font-size:16.5px;line-height:1.65;color:#3f4039">Generate music, create lifelike speech, clone voices, separate stems, repair sections, record, mix, master, and automate full audio workflows. Foundry runs locally on Windows with an NVIDIA GPU, so your scripts, voices, songs, and client audio stay on your machine.</p>
|
| 28 |
+
<div style="display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px 0">
|
| 29 |
+
<a href="https://demodokos.com/#begin" style="background:#161614;color:#f3efe4;text-decoration:none;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:950;letter-spacing:.2px;display:inline-block">Download for Windows</a>
|
| 30 |
+
<a href="https://demodokos.com/" style="background:#9cff3b;color:#11110f;text-decoration:none;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:950;letter-spacing:.2px;display:inline-block">Start free trial</a>
|
| 31 |
+
<a href="https://demodokos.com/#listen" style="background:#fffaf0;color:#161614;text-decoration:none;border:1px solid #161614;border-radius:10px;padding:10px 17px;font-size:13px;font-weight:900;letter-spacing:.2px;display:inline-block">Hear examples</a>
|
| 32 |
+
</div>
|
| 33 |
+
<div style="display:flex;flex-wrap:wrap;gap:8px;color:#4d4f46;font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase">
|
| 34 |
+
<span>No cloud generation</span>
|
| 35 |
+
<span style="color:#a1a093">/</span>
|
| 36 |
+
<span>No credit meters</span>
|
| 37 |
+
<span style="color:#a1a093">/</span>
|
| 38 |
+
<span>Voice cloning included</span>
|
| 39 |
+
<span style="color:#a1a093">/</span>
|
| 40 |
+
<span>Built for private production</span>
|
| 41 |
+
</div>
|
| 42 |
+
</div>
|
| 43 |
+
<div style="padding:0 30px 28px 30px">
|
| 44 |
+
<div style="display:flex;flex-wrap:wrap;border:1px solid #161614;border-radius:14px;overflow:hidden;background:#fffaf0">
|
| 45 |
+
<div style="flex:1 1 145px;min-width:135px;padding:18px;border-right:1px solid #161614">
|
| 46 |
+
<div style="font-size:29px;font-weight:950;letter-spacing:-1px;color:#11110f">50+</div>
|
| 47 |
+
<div style="font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#5b5d52">Music languages</div>
|
| 48 |
+
</div>
|
| 49 |
+
<div style="flex:1 1 145px;min-width:135px;padding:18px;border-right:1px solid #161614">
|
| 50 |
+
<div style="font-size:29px;font-weight:950;letter-spacing:-1px;color:#11110f">10</div>
|
| 51 |
+
<div style="font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#5b5d52">Speech languages</div>
|
| 52 |
+
</div>
|
| 53 |
+
<div style="flex:1 1 145px;min-width:135px;padding:18px;border-right:1px solid #161614">
|
| 54 |
+
<div style="font-size:29px;font-weight:950;letter-spacing:-1px;color:#11110f">50 x 5</div>
|
| 55 |
+
<div style="font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#5b5d52">Emotion control</div>
|
| 56 |
+
</div>
|
| 57 |
+
<div style="flex:1 1 145px;min-width:135px;padding:18px;border-right:1px solid #161614">
|
| 58 |
+
<div style="font-size:29px;font-weight:950;letter-spacing:-1px;color:#11110f">200+</div>
|
| 59 |
+
<div style="font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#5b5d52">DSP presets</div>
|
| 60 |
+
</div>
|
| 61 |
+
<div style="flex:1 1 145px;min-width:135px;padding:18px">
|
| 62 |
+
<div style="font-size:29px;font-weight:950;letter-spacing:-1px;color:#11110f">120+</div>
|
| 63 |
+
<div style="font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#5b5d52">Commands</div>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
</div>
|
| 67 |
+
<div style="padding:0 30px 30px 30px">
|
| 68 |
+
<div style="display:flex;flex-wrap:wrap;gap:14px">
|
| 69 |
+
<div style="flex:1 1 250px;background:#161614;color:#f3efe4;border-radius:14px;padding:22px;min-height:205px">
|
| 70 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.5px;text-transform:uppercase;color:#9cff3b;margin-bottom:12px">Music</div>
|
| 71 |
+
<h3 style="margin:0 0 10px 0;font-size:22px;line-height:1.15;font-weight:950;color:#ffffff">Songs, vocals, structure, style, and language control.</h3>
|
| 72 |
+
<p style="margin:0 0 14px 0;color:#c8c3b8;font-size:14px;line-height:1.55">Create full tracks, extend ideas, transform references, patch weak sections, and generate multilingual songs locally.</p>
|
| 73 |
+
<a href="https://demodokos.com/blog/best-ai-music-generators-2026" style="color:#9cff3b;text-decoration:none;font-size:13px;font-weight:900">Compare music generators</a>
|
| 74 |
+
</div>
|
| 75 |
+
<div style="flex:1 1 250px;background:#fffaf0;border:1px solid #161614;border-radius:14px;padding:22px;min-height:205px">
|
| 76 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.5px;text-transform:uppercase;color:#59614d;margin-bottom:12px">Speech</div>
|
| 77 |
+
<h3 style="margin:0 0 10px 0;font-size:22px;line-height:1.15;font-weight:950;color:#11110f">Expressive narration that does not sound like filler.</h3>
|
| 78 |
+
<p style="margin:0 0 14px 0;color:#4b4c45;font-size:14px;line-height:1.55">Generate speech in 10 languages, direct emotion line by line, clone voices from short samples, and build multi-speaker scenes.</p>
|
| 79 |
+
<a href="https://demodokos.com/local_ai_voice" style="color:#161614;text-decoration:none;font-size:13px;font-weight:950">Explore local AI voice</a>
|
| 80 |
</div>
|
| 81 |
+
<div style="flex:1 1 250px;background:#fffaf0;border:1px solid #161614;border-radius:14px;padding:22px;min-height:205px">
|
| 82 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.5px;text-transform:uppercase;color:#59614d;margin-bottom:12px">Studio</div>
|
| 83 |
+
<h3 style="margin:0 0 10px 0;font-size:22px;line-height:1.15;font-weight:950;color:#11110f">A real production workspace, not just a prompt field.</h3>
|
| 84 |
+
<p style="margin:0 0 14px 0;color:#4b4c45;font-size:14px;line-height:1.55">Record, arrange, stem-split, patch, crossfade, process with DSP, mix on a DAW-style timeline, and export final audio.</p>
|
| 85 |
+
<a href="https://demodokos.com/#create" style="color:#161614;text-decoration:none;font-size:13px;font-weight:950">See what is inside</a>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
<div style="background:#dfe8d2;border-top:1px solid #161614;border-bottom:1px solid #161614;padding:26px 30px">
|
| 90 |
+
<div style="display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start">
|
| 91 |
+
<div style="flex:1 1 280px">
|
| 92 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.7px;text-transform:uppercase;color:#35402e;margin-bottom:10px">Local creative agent</div>
|
| 93 |
+
<h3 style="margin:0 0 10px 0;font-size:24px;line-height:1.15;font-weight:950;color:#11110f">Give the boring preparation work to the assistant.</h3>
|
| 94 |
+
<p style="margin:0;color:#3f4639;font-size:14px;line-height:1.6">Use the built-in agent for lyrics, music briefs, script preparation, speaker extraction, emotion planning, literature summaries, narration segmentation, batch workflows, and repeatable production tasks.</p>
|
| 95 |
+
</div>
|
| 96 |
+
<div style="flex:1 1 280px;background:#f3efe4;border:1px solid #161614;border-radius:14px;padding:18px">
|
| 97 |
+
<div style="font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.75;color:#161614">
|
| 98 |
+
<div><span style="color:#59614d">foundry</span> analyze manuscript.pdf</div>
|
| 99 |
+
<div><span style="color:#59614d">foundry</span> extract speakers and emotions</div>
|
| 100 |
+
<div><span style="color:#59614d">foundry</span> generate narration</div>
|
| 101 |
+
<div><span style="color:#59614d">foundry</span> compose intro music</div>
|
| 102 |
+
<div><span style="color:#59614d">foundry</span> mix and export</div>
|
| 103 |
+
</div>
|
| 104 |
+
</div>
|
| 105 |
+
</div>
|
| 106 |
+
</div>
|
| 107 |
+
<div style="padding:28px 30px 12px 30px">
|
| 108 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.7px;text-transform:uppercase;color:#59614d;margin-bottom:12px">Pick your workflow</div>
|
| 109 |
+
<div style="display:flex;flex-wrap:wrap;gap:12px">
|
| 110 |
+
<a href="https://demodokos.com/for_youtubers" style="flex:1 1 220px;background:#fffaf0;border:1px solid #161614;border-radius:14px;padding:18px;text-decoration:none;color:#161614;display:block">
|
| 111 |
+
<div style="font-size:18px;font-weight:950;margin-bottom:7px">YouTubers and faceless channels</div>
|
| 112 |
+
<div style="font-size:13px;line-height:1.5;color:#4b4c45">Voiceovers, hooks, background music, repeatable production, no per-video credit anxiety.</div>
|
| 113 |
+
</a>
|
| 114 |
+
<a href="https://demodokos.com/for_gamedevs" style="flex:1 1 220px;background:#fffaf0;border:1px solid #161614;border-radius:14px;padding:18px;text-decoration:none;color:#161614;display:block">
|
| 115 |
+
<div style="font-size:18px;font-weight:950;margin-bottom:7px">Game developers</div>
|
| 116 |
+
<div style="font-size:13px;line-height:1.5;color:#4b4c45">NPC dialogue, character voices, batch generation, ambience, score, and engine-ready export.</div>
|
| 117 |
+
</a>
|
| 118 |
+
<a href="https://demodokos.com/for_audiobooks" style="flex:1 1 220px;background:#fffaf0;border:1px solid #161614;border-radius:14px;padding:18px;text-decoration:none;color:#161614;display:block">
|
| 119 |
+
<div style="font-size:18px;font-weight:950;margin-bottom:7px">Audiobooks and podcasts</div>
|
| 120 |
+
<div style="font-size:13px;line-height:1.5;color:#4b4c45">Long-form narration, multi-speaker scenes, private manuscripts, music beds, and final export.</div>
|
| 121 |
+
</a>
|
| 122 |
+
</div>
|
| 123 |
+
</div>
|
| 124 |
+
<div style="padding:16px 30px 12px 30px">
|
| 125 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.7px;text-transform:uppercase;color:#59614d;margin-bottom:12px">Speech studios by language</div>
|
| 126 |
+
<div style="display:flex;flex-wrap:wrap;gap:8px">
|
| 127 |
+
<a href="https://demodokos.com/ai_audio_studio/english" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">English</a>
|
| 128 |
+
<a href="https://demodokos.com/ai_audio_studio/deutsch" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Deutsch</a>
|
| 129 |
+
<a href="https://demodokos.com/ai_audio_studio/francais" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Français</a>
|
| 130 |
+
<a href="https://demodokos.com/ai_audio_studio/espanol" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Español</a>
|
| 131 |
+
<a href="https://demodokos.com/ai_audio_studio/italiano" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Italiano</a>
|
| 132 |
+
<a href="https://demodokos.com/ai_audio_studio/zhongwen" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">中文</a>
|
| 133 |
+
<a href="https://demodokos.com/ai_audio_studio/nihongo" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">日本語</a>
|
| 134 |
+
<a href="https://demodokos.com/ai_audio_studio/russkiy" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Русский</a>
|
| 135 |
+
<a href="https://demodokos.com/ai_audio_studio/portugues" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">Português</a>
|
| 136 |
+
<a href="https://demodokos.com/ai_audio_studio/hangugeo" style="background:#161614;color:#f3efe4;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none">한국어</a>
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
+
<div style="padding:16px 30px 30px 30px">
|
| 140 |
+
<div style="border-top:1px solid #161614;padding-top:20px;display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start;justify-content:space-between">
|
| 141 |
+
<div style="flex:1 1 260px">
|
| 142 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.7px;text-transform:uppercase;color:#59614d;margin-bottom:10px">Learn fast</div>
|
| 143 |
+
<div style="display:flex;flex-wrap:wrap;gap:8px">
|
| 144 |
+
<a href="https://demodokos.com/tutorials/getting-started" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Getting started</a>
|
| 145 |
+
<a href="https://demodokos.com/tutorials/emotions-style-manager" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Emotion manager</a>
|
| 146 |
+
<a href="https://demodokos.com/tutorials/patching" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Patching</a>
|
| 147 |
+
<a href="https://demodokos.com/tutorials/creative-ai-agent" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Creative AI agent</a>
|
| 148 |
+
</div>
|
| 149 |
+
</div>
|
| 150 |
+
<div style="flex:1 1 260px">
|
| 151 |
+
<div style="font-size:12px;font-weight:950;letter-spacing:1.7px;text-transform:uppercase;color:#59614d;margin-bottom:10px">Deep dives</div>
|
| 152 |
+
<div style="display:flex;flex-wrap:wrap;gap:8px">
|
| 153 |
+
<a href="https://demodokos.com/voice_cloning_software" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Voice cloning</a>
|
| 154 |
+
<a href="https://demodokos.com/elevenlabs_alternative" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">ElevenLabs alternative</a>
|
| 155 |
+
<a href="https://demodokos.com/blog/creative-ai-and-automation" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Automation</a>
|
| 156 |
+
<a href="https://demodokos.com/privacy" style="background:#fffaf0;color:#161614;border:1px solid #161614;text-decoration:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:900">Privacy</a>
|
| 157 |
+
</div>
|
| 158 |
+
</div>
|
| 159 |
+
</div>
|
| 160 |
+
</div>
|
| 161 |
+
</div>
|
| 162 |
+
|
| 163 |
+
## Model
|
| 164 |
+
This model is hosted for Demodokos Foundry but it can be used for other purposes, enjoy a stable download location and custom quantizations not available elsewhere.
|
| 165 |
|
| 166 |
|
| 167 |
|