Updated Config settings (markdown)

JeLuF 2022-12-30 11:04:39 +01:00
parent b6ce2d2551
commit 1c57630e96

@ -4,6 +4,8 @@ During installation, the installer tries to start a web server on port `0.0.0.0:
### Linux ### 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` 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 ### Windows
First, open a `cmd` window, in which you run the following commands (replace `X` by the drive letter of your installation drive): 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" "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 # 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`