From 97eb335f020c906956f1b10d820fce511d60d9ba Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 29 Sep 2023 20:22:12 +0530 Subject: [PATCH] Updated Config settings (markdown) --- Config-settings.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Config-settings.md b/Config-settings.md index 2087263..dd86342 100644 --- a/Config-settings.md +++ b/Config-settings.md @@ -16,6 +16,21 @@ ui: ``` 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 The runtime settings are stored in the following files: * `config.yaml`