aboutsummaryrefslogtreecommitdiff
path: root/modules/paths_internal.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-12-30 14:45:28 +0300
committerGitHub <noreply@github.com>2023-12-30 14:45:28 +0300
commitc9c105c7dbdca65c0fe62f78cd9c9d41f9a5af1f (patch)
treebb1f0cfec4cc874941f2429d43f68005bf00456f /modules/paths_internal.py
parenta79890efd6774098a652887c20238f6c108be172 (diff)
parent892e703b59b2f867d8a202a52fab1db89882ef86 (diff)
Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_path
Base output path off data path
Diffstat (limited to 'modules/paths_internal.py')
-rw-r--r--modules/paths_internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/paths_internal.py b/modules/paths_internal.py
index 89131a54..b86ecd7f 100644
--- a/modules/paths_internal.py
+++ b/modules/paths_internal.py
@@ -28,5 +28,6 @@ models_path = os.path.join(data_path, "models")
extensions_dir = os.path.join(data_path, "extensions")
extensions_builtin_dir = os.path.join(script_path, "extensions-builtin")
config_states_dir = os.path.join(script_path, "config_states")
+default_output_dir = os.path.join(data_path, "output")
roboto_ttf_file = os.path.join(modules_path, 'Roboto-Regular.ttf')