-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
- 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:
-
Enabled with visibility:
"customscript/forge_freeu.py/txt2img/Enabled/visible": true,
"customscript/forge_freeu.py/txt2img/Enabled/value": true, -
Enable with visibility:
"customscript/forge_freeu.py/txt2img/Enable/visible": true,
"customscript/forge_freeu.py/txt2img/Enable/value": true, -
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.