10 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
chuxij 16fb82fd47 add example data 2025-05-13 13:46:20 +00:00
chuxij 0580e0104d remove exps logs 2025-05-12 18:52:44 +00:00
chuxij 348cebc7f8 add lora interface 2025-05-12 08:09:26 +00:00
mrfakename afa0332e8c switch -> git+ url 2025-05-06 20:19:51 -07:00
mrfakename 184271bb3a initial work on Python API (broken for now) 2025-05-06 19:31:53 -07:00
chuxij a0b94e701d add readme 2025-05-04 05:28:44 +00:00
chuxij 892e1b56e7 add model download, double cfg 2025-04-28 05:09:27 +00:00
chuxij 290d151662 add remix and data sample 2025-04-27 06:15:42 +00:00
sean ea09512de9 ignore 2025-04-03 12:19:20 +08:00