Skip to content

roblaughter/ace-step-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACE-Step Studio

Local-first Suno-style music studio powered by ACE-Step 1.5.

ACE-Step Studio uses:

  • FastAPI backend for generation orchestration, model/runtime config, and API routes
  • React + Vite frontend with one-page create/library/player workflow
  • SQLite + filesystem storage for song metadata, audio, and cover assets
  • Optional OpenAI-compatible endpoint support for prompt, lyrics, and title generation
  • Optional local/remote cover-art generation providers (Fal, ComfyUI, A1111)

This project is designed for personal/self-hosted use and can run on macOS and Windows.

Screenshot

Custom mode UI

Installation

See the full step-by-step setup guide here: docs/installation.md

Repository Layout

.
├── backend/        # FastAPI app, ACE-Step + LM services
├── docs/           # project docs and screenshots
├── frontend/       # Vite/React SPA (Suno-inspired UI)
├── scripts/        # install & start helpers
└── README.md

Quick Start

# Install (macOS)
./scripts/install_mac.sh

# Start app
./scripts/start.sh

Windows:

./scripts/install_windows.ps1
./scripts/start.bat

Default ports:

  • Backend: 8788
  • Frontend: 5175

Port 8000 is intentionally avoided.

Configuration Highlights

  • ACE_STEP_HOST — bind address (set to your Tailscale IP to restrict access)
  • ACE_STEP_PORT / ACE_STEP_UI_PORT — backend/frontend ports
  • ACE_STEP_ACE_REPO_PATH / ACE_STEP_CHECKPOINTS_PATH — ACE repo and checkpoints locations
  • ACE_STEP_OPENAI_ENABLED + ACE_STEP_OPENAI_ENDPOINT — OpenAI-compatible endpoint for prompt/lyrics/title tasks
  • Filesystem storage rooted under data/ (SQLite DB, runtime config, media folders)

Future ACE-Step modes (lego/extract/complete) already have UI placeholders to keep layout stable when the backend grows.

About

Local-first Suno-style music studio powered by ACE-Step 1.5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages