Skip to content

Commit 7278897

Browse files
authored
Update shared.py
1 parent 1ca0bcd commit 7278897

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
@@ -309,7 +309,7 @@ def options_section(section_identifier, options_dict):
309309

310310
options_templates.update(options_section(('training', "Training"), {
311311
"unload_models_when_training": OptionInfo(False, "Move VAE and CLIP to RAM when training if possible. Saves VRAM."),
312-
"save_optimizer_state": OptionInfo(False, "Saves Optimizer state with checkpoints. This will cause file size to increase VERY much."),
312+
"save_optimizer_state": OptionInfo(False, "Saves Optimizer state as separate *.optim file. Training can be resumed with HN itself and matching optim file."),
313313
"dataset_filename_word_regex": OptionInfo("", "Filename word regex"),
314314
"dataset_filename_join_string": OptionInfo(" ", "Filename join string"),
315315
"training_image_repeats_per_epoch": OptionInfo(1, "Number of repeats for a single input image per epoch; used only for displaying epoch number", gr.Number, {"precision": 0}),

0 commit comments

Comments
 (0)