Updated Features (markdown)

DepFA 2022-09-25 07:04:34 +01:00
parent 289e1490c8
commit 3d605c78e4

@ -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.