mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 14:15:49 +03:00
[GH-ISSUE #38] Allow ACE-Step API to be started from within the UI with selectable model configurations (e.g., -turbo, -base, -sft). #34
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#34
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 7, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/38
Problem/Motivation:
This process is cumbersome and requires technical knowledge of environment variables and command-line operations.
It also prevents seamless switching between different model configurations directly from the user interface.
Proposed Solution:
I request an enhancement to the ACE-Step UI that provides an intuitive way to select the desired ACESTEP_CONFIG_PATH when initiating the API server. This could be implemented as:
Benefits:
Technical Context (for developers):
The underlying mechanism involves setting the ACESTEP_CONFIG_PATH environment variable, and start the api. For example, on Linux, this is typically done via export
ACESTEP_CONFIG_PATH=acestep-v15-turbo && uv run acestep-api. On Windows, it's (most likely) set ACESTEP_CONFIG_PATH=acestep-v15-turbo && uv run acestep-api. The UI would need to abstract this command-line interaction and manage the environment variable for the API process it launches.
In addition, it should be indicated by the red/green status light on the top-left traffic light (next to the Simple/Custom slider) if the api is running. A click on this item should open the option to select the model and start it (+ a short notice: click here to change model).
@cynical2010 commented on GitHub (Feb 8, 2026):
https://github.com/fspecii/ace-step-ui/issues/41
Same so i went back to Gradio
@kajan988 commented on GitHub (Feb 11, 2026):
Same so i went back to Gradio +1