mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-04 13:55:06 +08:00
Updated Features (markdown)
parent
289e1490c8
commit
3d605c78e4
@ -386,10 +386,14 @@ display(processed.images, processed.seed, processed.info)
|
|||||||
# UI config
|
# UI config
|
||||||
You can change parameters for UI elements:
|
You can change parameters for UI elements:
|
||||||
- radio groups: default selection
|
- 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.
|
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
|
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.
|
function on the img2img tab, may break UI. I do not have plans to address those in near future.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user