forked from AUTOMATIC1111/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Change UI Defaults
Bruno edited this page Sep 14, 2022
·
1 revision
The default values in the web UI can be changed by editing ui-config.json
, which appears in the base directory containing webui.py
after the first run.
The changes are only applied after restarting.
{
"txt2img/Sampling Steps/value": 20,
"txt2img/Sampling Steps/minimum": 1,
"txt2img/Sampling Steps/maximum": 150,
"txt2img/Sampling Steps/step": 1,
"txt2img/Batch count/value": 1,
"txt2img/Batch count/minimum": 1,
"txt2img/Batch count/maximum": 32,
"txt2img/Batch count/step": 1,
"txt2img/Batch size/value": 1,
"txt2img/Batch size/minimum": 1,
...
This is the Stable Diffusion web UI wiki. Wiki Home