mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 06:05:47 +03:00
[GH-ISSUE #57] Feature Request: Save / Load Named Presets #52
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#52
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 @FabulousSoldier on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/57
Currently the only way to persist settings across sessions is via
the "Load Parameters (JSON)" button, which requires manually
hunting down a previously generated JSON file each time.
Requested feature:
A simple preset system that lets users:
Why it's useful:
Users who experiment with different models (e.g. turbo vs SFT merge
vs SFT-Shift1) each need very different settings — different step
counts, guidance scale, inference method, etc. Having to reconfigure
20+ sliders/dropdowns each time is a significant friction point.
Suggested UX:
A small "Presets" bar near the top of the settings panel with
Save / Load / Delete. Stored in localStorage or a simple JSON file
in the server's data directory alongside the SQLite database.