mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Updated Config settings (markdown)
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
|
||||
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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user