Commit Graph
61 Commits
Author SHA1 Message Date
Leonid PershinandClaude Opus 5 7f441defcc feat: add start.sh for Linux/macOS, harden both launchers
start.sh mirrors start.bat: finds Python 3.10+, creates the venv,
installs PyTorch (CUDA index on Linux, the MPS build on macOS, or the CPU
index with --cpu), installs ACE-Step, reports the device and launches the
UI. Same flags, and the defaults can also come from the environment
(PORT=7870 ./start.sh). On macOS it passes --bf16 false, which the README
already calls for. Dropped start.sh from .gitignore, where it sat among
the upstream author's local scratch files.

Both launchers also gain two fixes found while testing on WSL:

- A venv is only accepted if pip works in it, not merely if the
  interpreter exists. A directory left by an interrupted install looked
  ready and then failed several steps later with a misleading "check your
  internet connection". Such a venv is now recreated, and if creation
  fails on Debian/Ubuntu the error points at python3-venv, which is the
  actual cause there.
- The launch banner announced the URL as if the server were already up,
  while model loading still had a minute to go. It now says the interface
  will be available once "Running on local URL" appears.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-08 20:31:18 +03:00
Leonid PershinandClaude Opus 5 911899635a docs: add Russian README and a Windows start.bat launcher
- README_RU.md: full Russian translation, linked from README.md
- start.bat: one-click setup + launch for Windows. Finds Python 3.10+,
  creates the venv, installs PyTorch (CUDA or CPU) and ACE-Step, checks
  the GPU, then starts the web UI. Flags: --lowvram, --cpu, --share,
  --port, --device, --listen, --reinstall, --update, --setup, --help.
- Both READMEs document the launcher.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-08 18:38:05 +03:00
copilot-swe-agent[bot]andChuxiJ 66b690b05b Add external link for ACE-Step v1.5 model
Co-authored-by: ChuxiJ <30956809+ChuxiJ@users.noreply.github.com>
2026-01-28 00:09:54 +00:00
chuxij 4a328731b8 update tech report 2025-06-03 06:21:26 +00:00
chuxij 40f010d9f7 add tech report 2025-06-02 03:03:32 +00:00
chuxij ded11fd02f fix audio2audio 2025-05-15 08:15:15 +00:00
Sayo 8581bd7a9a update readme with triton-windows 2025-05-14 01:42:49 +08:00
Gong Junmin c1b85099e8 Update README.md
add_audio_example_link
2025-05-14 00:41:06 +08:00
Gong Junmin 333ac10d48 Update README.md
add_rapmachine_link
2025-05-13 15:14:23 +08:00
Gong Junmin 02f823f406 Merge pull request #136 from ace-step/add_lora_support
add chinese_rap_lora
2025-05-13 15:01:17 +08:00
Sayo 2f60d42b91 edit readme about checkpoint_path 2025-05-13 14:35:49 +08:00
chuxij 6db26bae5d add documents 2025-05-12 19:26:59 +00:00
chuxij ce2caec957 fix train bugs and add train details 2025-05-12 18:50:54 +00:00
Gong Junmin 5d19140213 only one readme 2025-05-10 16:32:34 +08:00
Gong Junmin 4fb84a91d2 Update README.md
VLLM -> VRAM
2025-05-10 15:56:37 +08:00
Gong Junmin 2c691015a4 update readme 2025-05-10 15:18:41 +08:00
chuxij e5ad33287d merge main 2025-05-10 07:04:26 +00:00
Gong Junmin 3ec51ebc83 Merge pull request #103 from ace-step/support_audio2audio
support audio2audio
2025-05-10 03:11:05 +08:00
Gong Junmin baf750393c add readme 2025-05-10 03:10:32 +08:00
Sayo 2e51f2565f Merge pull request #102 from ace-step/sayo_dev
edit readme (remove empty line)
2025-05-10 01:13:50 +08:00
Sayo f3d32c7c8d edit readme 2025-05-10 01:12:37 +08:00
Sayo 9c8c31b490 Merge pull request #101 from ace-step/sayo_dev
add zh&ja readme
2025-05-10 01:10:35 +08:00
Sayo fb0b8a0005 add zh&ja readme 2025-05-10 01:03:53 +08:00
Gong Junmin 90707151be add_audio_describer_prompt
add_audio_describer_prompt
2025-05-10 00:35:55 +08:00
Gong Junmin 1a9d6212bc Update README.md
update discord link
2025-05-09 17:48:19 +08:00
Gong Junmin 3a126c608c Update README.md
add_ComfyUI_support_news
2025-05-08 22:02:26 +08:00
sean 522f2e3331 format 2025-05-08 05:10:45 +00:00
sean 1d3020e41d add fake domain notice 2025-05-08 05:08:51 +00:00
Gong Junmin 7c394680fc dataset format lack file path 2025-05-08 11:33:22 +08:00
mrfakename eef01b1d96 Remove docs for API 2025-05-07 10:41:37 -07:00
Sayo e4a39efc6f update readme 2025-05-08 00:53:30 +08:00
Sayo a50e844bac update readme 2025-05-08 00:48:38 +08:00
Sayo c43997d6f4 edit readme 2025-05-08 00:03:56 +08:00
mrfakename d31e81d927 fix typo 2025-05-06 21:40:02 -07:00
mrfakename afa0332e8c switch -> git+ url 2025-05-06 20:19:51 -07:00
mrfakename 38d62623fc remove API 2025-05-06 19:47:30 -07:00
mrfakename 16ff9fb1cf update README w/ docs 2025-05-06 19:29:31 -07:00
mrfakename a5746eaab6 work on pip package 2025-05-06 18:59:32 -07:00
Crimsonfart 15e418e8d0 Improve hardware-performance table with real-time timings 2025-05-06 20:54:41 +02:00
CharlesCNorton 65f82f34d8 Update README.md
- Correct "If you are MacOS" to "If you are using macOS"

- Change "**Not Support For Windows**" to "**Not supported on Windows**"
2025-05-06 14:03:30 -04:00
sean 5890cfc430 add discord link 2025-05-06 14:29:40 +00:00
Gong Junmin bc368c2cad rm requirements_win.txt 2025-05-06 10:31:21 +08:00
Gong Junmin c501ea2951 change lora config example in readme 2025-05-05 23:42:35 +08:00
Gong Junmin e9f878e5f3 change lora config example in readme 2025-05-05 23:42:06 +08:00
Sayo 4c71c1e8b4 edit readme 2025-05-05 18:56:00 +08:00
chuxij 1fb1d20567 release training code of base model and lora 2025-05-05 07:20:50 +00:00
chuxij dce44fed36 --bf16 2025-05-05 04:49:09 +00:00
chuxij 859f5c37e1 logo name issue 2025-05-05 04:46:40 +00:00
chuxij 11453db510 fix bugs and ad more info for install 2025-05-05 04:44:31 +00:00
chuxij f60abc289d update win install support 2025-05-05 03:54:44 +00:00