mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 18:08:00 +02:00
Updated Config settings (markdown)
parent
7648de1e05
commit
97eb335f02
@ -16,6 +16,21 @@ ui:
|
|||||||
```
|
```
|
||||||
Please note that indentation is important and the space characters in front of `open_browser_on_start` are required.
|
Please note that indentation is important and the space characters in front of `open_browser_on_start` are required.
|
||||||
|
|
||||||
|
## Prevent users from changing the folder path to save images
|
||||||
|
This is useful if you're sharing Easy Diffusion over the network, and want to prevent users from changing the folder in which images will be saved.
|
||||||
|
|
||||||
|
To do so, please edit `config.yaml` and add the `force_save_path` entry:
|
||||||
|
```yaml
|
||||||
|
force_save_path: F:/path/to/save/in
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also save metadata by default, by setting the `force_save_metadata` entry:
|
||||||
|
```yaml
|
||||||
|
force_save_metadata: json
|
||||||
|
```
|
||||||
|
|
||||||
|
`force_save_metadata` can take one of the following values: `json`, `txt`, `embed`, `embed,txt`, `embed,json`
|
||||||
|
|
||||||
# Runtime settings
|
# Runtime settings
|
||||||
The runtime settings are stored in the following files:
|
The runtime settings are stored in the following files:
|
||||||
* `config.yaml`
|
* `config.yaml`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user