audio-studio / README.md
sm3222's picture
Upload folder using huggingface_hub
ce5577d verified
|
Raw
History Blame Contribute Delete
1.03 kB

A newer version of the Gradio SDK is available: 6.24.0

Upgrade
metadata
title: audio-studio
emoji: 🎵
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 6.15.1
app_file: app.py
short_description: Local music generation studio wrapping ACE-Step 1.5
python_version: '3.12'

audio-studio

Local music generation studio wrapping ACE-Step 1.5. Text-to-music, reference-audio melody borrowing, and reference-audio cover generation, with configurable artist/album/track/genre texture hints.

Features

  • Text-to-music generation
  • Melody borrowing from reference audio
  • Cover mode (full sound/texture conditioning)
  • Configurable texture hints (artist, album, track, genre)
  • Two backends: mlx-serve (default) and ace-step

Quick Start

git clone https://github.com/sm3222/audio-studio.git
cd audio-studio
uv sync
mlx-serve serve --port 8082 --model-dir ~/.mlx-serve/models
uv run audio-studio "a calm piano piece" --output out.wav

Links