logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install fspecii/ace-step-ui. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

fspecii/ace-step-ui Installation Guide

How to install fspecii/ace-step-ui. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for fspecii/ace-step-ui. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i fspecii/ace-step-ui
or

Install via npx

npx @hexmos/ipm i fspecii/ace-step-ui

Prerequisites

Node.js

runtime

Version: 18 or higher

Python

runtime

Version: 3.10+

NVIDIA GPU

hardware

Version: 4GB+ VRAM (8GB+ recommended for full features)

CUDA

driver

Version: 12.8 (for Windows Portable Package)

FFmpeg

dependency

Version: Latest

uv

package manager

Version: Recommended for standard install

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Pinokio - 1-Click Install (Recommended)

Install with Pinokio: https://beta.pinokio.co/apps/github-com-cocktailpeanut-ace-step-ui-pinokio

Windows - One-Click Start

cd ace-step-ui

start-all.bat

Linux / macOS - One-Click Start

cd ace-step-ui

./start-all.sh

Windows - Manual Start (ACE-Step 1.5 Portable)

cd C:\ACE-Step-1.5

python_embeded\python -m acestep --port 8001 --enable-api --backend pt --server-name 127.0.0.1

cd ace-step-ui

start.bat

Linux / macOS - Manual Start

cd /path/to/ACE-Step-1.5

uv run acestep --port 8001 --enable-api --backend pt --server-name 127.0.0.1

cd ace-step-ui

./start.sh

Windows - Standard Installation (ACE-Step 1.5)

cd C:\path\to\ACE-Step-1.5

uv run acestep --port 8001 --enable-api --backend pt --server-name 127.0.0.1

cd ace-step-ui

start.bat

Install ACE-Step (AI Engine) - Windows Portable Package

Download ACE-Step-1.5.7z from https://files.acemusic.ai/acemusic/win/ACE-Step-1.5.7z

Extract to C:\ACE-Step-1.5

Install ACE-Step (AI Engine) - Standard Installation

git clone https://github.com/ace-step/ACE-Step-1.5

cd ACE-Step-1.5

uv venv

uv pip install -e .

cd ..

Install ACE-Step UI - Linux / macOS

git clone https://github.com/fspecii/ace-step-ui

cd ace-step-ui

./setup.sh

Install ACE-Step UI - Windows

git clone https://github.com/fspecii/ace-step-ui

cd ace-step-ui

setup.bat

Install ACE-Step UI - Manual Installation

git clone https://github.com/fspecii/ace-step-ui

cd ace-step-ui

npm install

cd server

npm install

cd ..

cp server/.env.example server/.env

Post Installation Steps

  • Open http://localhost:3000 in your browser.
  • Ensure ACE-Step Gradio server is running with --enable-api flag.
  • Configure ACESTEP_API_URL in server/.env if ACE-Step is not running on http://localhost:8001.