Skip to content

Some settings cannot be saved via Settings > Defaults #3072

@player99963

Description

@player99963
  • ADetailer
  • FreeU Integrated (SD 1.x, SD 2.x, SDXL)
  • SelfAttentionGuidance Integrated (SD 1.x, SD 2.x, SDXL)
  • PerturbedAttentionGuidance Integrated
  • Kohya HRFix Integrated

These five features cannot be set to be enabled by default using the Defaults function. The only exception is ADetailer in the Txt2img tab. Quite weird.
Regarding FreeU, I tried editing ui-config.json directly to add commands that might enable it by default, but all failed.
The commands I tried include these:

  1. Enabled with visibility:
    "customscript/forge_freeu.py/txt2img/Enabled/visible": true,
    "customscript/forge_freeu.py/txt2img/Enabled/value": true,

  2. Enable with visibility:
    "customscript/forge_freeu.py/txt2img/Enable/visible": true,
    "customscript/forge_freeu.py/txt2img/Enable/value": true,

  3. Active with visibility:
    "customscript/forge_freeu.py/txt2img/Active/visible": true,
    "customscript/forge_freeu.py/txt2img/Active/value": true,

4-6. Value-only:
"customscript/forge_freeu.py/txt2img/Enabled/value": true,
"customscript/forge_freeu.py/txt2img/Enable/value": true,
"customscript/forge_freeu.py/txt2img/Active/value": true,

I think there might be other settings facing the same issue besides these.
I hope this can be resolved as soon as possible, as Defaults is a very useful feature. It's very inconvenient to have to repeatedly enable and configure these settings every time I use the webui.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions