Spaces:
Running on Zero
Running on Zero
File size: 1,066 Bytes
70f16e1 1688c15 70f16e1 aa18265 70f16e1 57e8935 1688c15 70f16e1 1688c15 ab5ad1e 1688c15 aa18265 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: MiniMax Music 3 Studio
emoji: 🎵
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 6.24.0
app_file: app.py
pinned: true
suggested_hardware: zero-a10g
---
# MiniMax Music 3 Studio — diffusers demo
Streams full songs from lyrics + a structured caption using the `MiniMaxMusic3Pipeline` diffusers port.
The input surface is a single Suno-inspired custom `gr.HTML` composer (Simple ↔ Studio modes, section-tag
chips, structured-caption fields per the official prompting guide) that drives Gradio events via
`trigger()`/`props.value`; styling uses only theme CSS vars so it follows the Citrus theme natively.
- Weights: `MiniMaxAI/MiniMax-Music3`
- AoTI kernels: `diffusers-internal-dev/MiniMax-Music3-aoti` (compiled on RTX Pro 6000, matching ZeroGPU hardware)
- Generation streams chunk by chunk with a configurable playback headroom. The 8B language-model stage runs eager
on ZeroGPU (its JIT StaticCache ladder needs a persistent process); AoTI-exporting the LM decode step per cache
bucket is the follow-up that brings the extra ~1.9x. |