mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 14:15:49 +03:00
[GH-ISSUE #32] bug: remove deprecated --lm-backend and --lm-model arguments from acestep.ts #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ace-step-ui#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Basthet on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/32
The simple_generate.py script fails when the ACE-Step API is unavailable because the calling TypeScript code in acestep.ts passes deprecated arguments
(--lm-backend and --lm-model) that are no longer recognized.
note: this only applies if no acestep-api is started upfront.
If only the ace-step-ui is startet the error is shown and this fix suppresses it.