aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authordhwz <dhwz@gmx.net>2023-06-16 18:10:15 +0200
committerdhwz <dhwz@gmx.net>2023-06-16 18:10:15 +0200
commit41363e0d27bbaa0c84eebe3c7c8451075390ec4e (patch)
tree31047355fe5851188c63bcf57651f1b1a33002ab /modules/shared.py
parent59419bd64a1581caccaac04dceb66c1c069a2db1 (diff)
fix very slow loading speed of .safetensors files
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 91c31d55..6b0ccac1 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -376,6 +376,7 @@ options_templates.update(options_section(('system', "System"), {
"multiple_tqdm": OptionInfo(True, "Add a second progress bar to the console that shows progress for an entire job."),
"print_hypernet_extra": OptionInfo(False, "Print extra hypernetwork information to console."),
"list_hidden_files": OptionInfo(True, "Load models/files in hidden directories").info("directory is hidden if its name starts with \".\""),
+ "disable_mmap_load_safetensors": OptionInfo(False, "Disable memmapping for loading .safetensors files (fixes very slow loading speed in some cases)."),
}))
options_templates.update(options_section(('training', "Training"), {