Updated Config settings (markdown)

JeLuF 2022-12-30 23:40:56 +01:00
parent be8e8fc7eb
commit fb29c7a746

@ -23,6 +23,12 @@ set SD_UI_BIND_IP=127.0.0.1
Once the application is running, go to the "Settings" tab in the web interface and click "Save" to persist these settings. You can now use `"Start Stable Diffusion UI.cmd"` to start the application and don't need to provide the config settings any more for each startup. Once the application is running, go to the "Settings" tab in the web interface and click "Save" to persist these settings. You can now use `"Start Stable Diffusion UI.cmd"` to start the application and don't need to provide the config settings any more for each startup.
## Prevent browser start
If you're installing on a headless system, you might need to prevent the browser startup that normally occurs during installation. To do so, create a file `config.json` in the `scripts` folder with this content:
```
{"render_devices": "auto", "update_branch": "main", "ui": {"open_browser_on_start": false} }
```
# Runtime settings # Runtime settings
The runtime settings are stored in the following files: The runtime settings are stored in the following files:
* `scripts/config.json` * `scripts/config.json`