diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 17:42:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 17:42:57 +0300 |
commit | 88c7debb02caa5e9b9a2bd519085f1f9134c4b01 (patch) | |
tree | 049d07f32194c1eced8ae4436af819fbfe4f5316 /modules/paths_internal.py | |
parent | 67955ca9e5cb6b3cc539333d0a7d9591009bc800 (diff) | |
parent | 97167a576880e4802de081db71372ddc8c16fd92 (diff) |
Merge branch 'dev' into ui-config-tabs
Diffstat (limited to 'modules/paths_internal.py')
-rw-r--r-- | modules/paths_internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/paths_internal.py b/modules/paths_internal.py index 926ec3bb..6765bafe 100644 --- a/modules/paths_internal.py +++ b/modules/paths_internal.py @@ -20,3 +20,4 @@ data_path = cmd_opts_pre.data_dir 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")
|