Integrate MusicGPT API generation into booth-musicgpt v0.7.0
This commit is contained in:
parent
99855b1212
commit
2ca148be9b
12 changed files with 721 additions and 44 deletions
|
|
@ -71,6 +71,29 @@
|
|||
{% endfor %}
|
||||
{% endwith %}
|
||||
|
||||
<div class="section" style="background:#1f2937;padding:1rem;border-radius:.5rem;margin-bottom:1rem">
|
||||
<h2 style="margin-top:0">MusicGPT Costs (USD)</h2>
|
||||
<div class="price-row">
|
||||
<div>
|
||||
<p class="hint" style="margin:0">Songs generated</p>
|
||||
<p style="font-size:1.25rem;font-weight:700;margin:.25rem 0">{{ cost_totals.song_count }}</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="hint" style="margin:0">Completed A/B pairs</p>
|
||||
<p style="font-size:1.25rem;font-weight:700;margin:.25rem 0">{{ cost_totals.completed_pairs }}</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="hint" style="margin:0">Music cost total</p>
|
||||
<p style="font-size:1.25rem;font-weight:700;margin:.25rem 0">${{ "%.4f"|format(cost_totals.total_cost) }}</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="hint" style="margin:0">Stems cost total</p>
|
||||
<p style="font-size:1.25rem;font-weight:700;margin:.25rem 0">${{ "%.4f"|format(cost_totals.stems_total) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="hint" style="margin-top:.5rem">Per-song cost approx. $0.035–$0.06 USD on Pro plan depending on model.</p>
|
||||
</div>
|
||||
|
||||
<form method="POST">
|
||||
<h2>Standard Items</h2>
|
||||
<p class="hint">Leave blank to hide a price. Enter numbers only or include currency symbols as you prefer.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue