You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="text-slate-300 text-lg mb-8">Maolan includes a separate generation crate and CLI for HeartMuLa text-to-audio work, with the same runtime pieces used by the desktop app for in-process decode.</p>
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div>Prompt-driven or lyrics-driven audio generation with optional style tags</li>
591
+
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div>Model choices: <code>happy-new-year</code> and <code>RL</code></li>
592
+
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div>Controls for CFG scale, top-k, temperature, ODE steps, decoder seed, and output length in milliseconds</li>
593
+
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div><code>--decode-only</code> mode using <code>--frames-json</code> for saved token-frame output</li>
594
+
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div><code>--decode-threads</code> override for decode-only CPU worker count</li>
595
+
<liclass="flex items-center gap-3"><divclass="w-2 h-2 bg-cyan-400 rounded-full"></div><code>--model-dir</code> override for local Burn exports instead of cache-based lookup</li>
596
+
</ul>
597
+
</div>
598
+
<div>
599
+
<h3class="text-xl font-semibold text-white mb-3">Expected model assets</h3>
<pclass="text-slate-300 text-sm">The CLI is not just a side tool. The desktop application uses the same generate crate and runtime components when launching AI audio generation from the GUI.</p>
0 commit comments