We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d96d7d commit 3178c35Copy full SHA for 3178c35
modules/shared.py
@@ -285,7 +285,7 @@ def options_section(section_identifier, options_dict):
285
}))
286
287
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."),
+ "unload_models_when_training": OptionInfo(False, "Move VAE and CLIP to RAM when training if possible. Saves VRAM."),
289
"save_optimizer_state": OptionInfo(False, "Saves Optimizer state with checkpoints. This will cause file size to increase VERY much."),
290
"dataset_filename_word_regex": OptionInfo("", "Filename word regex"),
291
"dataset_filename_join_string": OptionInfo(" ", "Filename join string"),
0 commit comments