Skip to content

Commit 9b5f85a

Browse files
authored
first revert
1 parent 3178c35 commit 9b5f85a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def options_section(section_identifier, options_dict):
286286

287287
options_templates.update(options_section(('training', "Training"), {
288288
"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."),
290289
"dataset_filename_word_regex": OptionInfo("", "Filename word regex"),
291290
"dataset_filename_join_string": OptionInfo(" ", "Filename join string"),
292291
"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)