Skip to content

Commit 3178c35

Browse files
authored
resolve conflicts
1 parent 9d96d7d commit 3178c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def options_section(section_identifier, options_dict):
285285
}))
286286

287287
options_templates.update(options_section(('training', "Training"), {
288-
"unload_models_when_training": OptionInfo(False, "Move VAE and CLIP to RAM when training hypernetwork. Saves VRAM."),
288+
"unload_models_when_training": OptionInfo(False, "Move VAE and CLIP to RAM when training if possible. Saves VRAM."),
289289
"save_optimizer_state": OptionInfo(False, "Saves Optimizer state with checkpoints. This will cause file size to increase VERY much."),
290290
"dataset_filename_word_regex": OptionInfo("", "Filename word regex"),
291291
"dataset_filename_join_string": OptionInfo(" ", "Filename join string"),

0 commit comments

Comments
 (0)