original backend codebase from ACE-Step-1.5
original frontend codebase from ace-step-ui
1. Complete style search and random selection, with a total of 936 styles, synchronized from Suno's explorer.
There were still some issues with the original backend repository's GPU memory unloading, so we made significant reconstructions and optimizations. Now we train with the lowest GPU memory and the fastest speed.
6.We've also added the ability to load Lora/LoKR. Note that Lora reads folders, while LoKR reads safetensors files.
Give unrestricted script access to powershell so venv can work:
- Open an administrator powershell window
- Type
Set-ExecutionPolicy Unrestrictedand answer A - Close admin powershell window
Clone the repo with --recurse-submodules:
git clone --recurse-submodules https://github.com/sdbds/ACE-Step-1.5-for-windows.git -b qinglong
copy .env.sample and rename to .env then change model name for which your choose.
Run the following PowerShell script:
./1、install-uv-qinglong.ps1Download from Microsoft offical link: https://aka.ms/vs/17/release/vs_community.exe
Install C++ desktop and language package with English(especially for asian computer)
use shared version for ffmpeg
- First install PowerShell:
./0、install pwsh.sh- Then run the installation script using PowerShell:
sudo pwsh ./1、install-uv-qinglong.ps1use sudo pwsh if you in Linux without root user.
Run
3、run_server.ps1for API_backend
4、run_npmgui.ps1for npm_frontend