From 3d605c78e46d2bdcb2f99de9d9c1d89255ef90c6 Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Sun, 25 Sep 2022 07:04:34 +0100 Subject: [PATCH] Updated Features (markdown) --- Features.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Features.md b/Features.md index ba129d6..4ea12b0 100644 --- a/Features.md +++ b/Features.md @@ -386,10 +386,14 @@ display(processed.images, processed.seed, processed.info) # UI config You can change parameters for UI elements: - radio groups: default selection - - sliders: defaul value, min, max, step + - sliders: default value, min, max, step + - checkboxes: checked state + - text and number inputs: default values The file is ui-config.json in webui dir, and it is created automatically if you don't have one when the program starts. +Checkboxes that would usually expand a hidden section will not initially do so when set as UI config entries. + Some settings will break processing, like step not divisible by 64 for width and heght, and some, like changing default function on the img2img tab, may break UI. I do not have plans to address those in near future.