From 1c57630e96c483f698c25720e4e093874f746303 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Fri, 30 Dec 2022 11:04:39 +0100 Subject: [PATCH] Updated Config settings (markdown) --- Config-settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config-settings.md b/Config-settings.md index d4a1999..2adc96a 100644 --- a/Config-settings.md +++ b/Config-settings.md @@ -4,6 +4,8 @@ During installation, the installer tries to start a web server on port `0.0.0.0: ### Linux Start the installer using `SD_UI_BIND_PORT=1234 ./start.sh` (Replace 1234 with the port number you want to use). If you also want to limit the web server to only listen to `localhost`, you can use `SD_UI_BIND_PORT=1234 SD_UI_BIND_IP=127.0.0.1 ./start.sh` +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.sh` to start the application and don't need to provide the config settings any more for each startup. + ### Windows First, open a `cmd` window, in which you run the following commands (replace `X` by the drive letter of your installation drive): ``` @@ -19,6 +21,8 @@ set SD_UI_BIND_IP=127.0.0.1 "Start Stable Diffusion UI.cmd" ``` +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. + # Runtime settings The runtime settings are stored in the following files: * `scripts/config.json`