aboutsummaryrefslogtreecommitdiff
path: root/modules/paths_internal.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 22:13:40 +0300
committerGitHub <noreply@github.com>2023-04-29 22:13:40 +0300
commit15c4e78b44e14d70b82dcb5b563251fed7be0766 (patch)
tree6f1acaae50a49544a08384b52739df3e2d803a10 /modules/paths_internal.py
parent3e5b3c79e49ec3a10174c250815dabce6efdddca (diff)
parent2e78e65a22bfa6b116ae18d12fdcb85ec8acd727 (diff)
Merge branch 'dev' into feature/restore-progress
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 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")