From 8e4aa8dbe1e70f82cc9a75e770ba647e32713792 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:40:54 -0800 Subject: [PATCH] Add comment --- modules/shared.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/shared.py b/modules/shared.py index 709bc6011..e2a0531fa 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -35,7 +35,7 @@ from modules.shared_helpers import ( from modules import errors, devices, shared_state, cmd_args, theme, history, files_cache from modules.shared_defaults import get_default_modes from modules.paths import ( - models_path as models_path, + models_path as models_path, # For compatibility, do not modify from here... script_path as script_path, data_path as data_path, sd_configs_path as sd_configs_path, @@ -43,7 +43,7 @@ from modules.paths import ( sd_model_file as sd_model_file, default_sd_model_file as default_sd_model_file, extensions_dir as extensions_dir, - extensions_builtin_dir as extensions_builtin_dir, + extensions_builtin_dir as extensions_builtin_dir, # ... to here. ) from modules.memstats import ( memory_stats,