tui: presets — expose hires fix and ADetailer fields #144
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#144
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?
User story
As a user managing presets, I want to set hires fix scale/steps and toggle ADetailer per preset, so that the presets I save match the workflows I actually use on the GTK frontend.
Background
Presetcarrieshr_scale,hr_steps,hr_upscaler,adetailer_enabled,adetailer_args(etc.) but the TUI presets editor only exposes the basic fields. GTK exposes all of them.Acceptance criteria
New fields in editor
h):bridge.list_upscalers())a):Apply on Generate
paramsTests
Out of scope
References
crates/loom-core/src/models/preset.rs(Presetstruct)crates/loom-tui/src/screens/presets.rs(current editor)crates/loom-gtk/src/pages/preset/mod.rs(GTK reference)