[GH-ISSUE #57] Feature Request: Save / Load Named Presets #52

Open
opened 2026-02-26 21:31:04 +03:00 by kerem · 0 comments
Owner

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:

  • Save the current settings panel state under a custom name (e.g. "merge_ta05_best", "SFT slow")
  • Load a named preset from a dropdown or list
  • Optionally delete or overwrite presets

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.

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: - Save the current settings panel state under a custom name (e.g. "merge_ta05_best", "SFT slow") - Load a named preset from a dropdown or list - Optionally delete or overwrite presets **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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ace-step-ui#52
No description provided.