diff --git a/Change-UI-Defaults.md b/Change-UI-Defaults.md deleted file mode 100644 index daf1cc2..0000000 --- a/Change-UI-Defaults.md +++ /dev/null @@ -1,16 +0,0 @@ -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. -```json -{ - "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, - ... -```