Skip to content

Commit

Permalink
Merge pull request #778 from ShiromiyaG/save-latest
Browse files Browse the repository at this point in the history
Leave the option to save only the last G and D files activated
  • Loading branch information
blaisewf authored Oct 4, 2024
2 parents 86da712 + 7cf4423 commit 393cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def train_tab():
info=i18n(
"Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space."
),
value=False,
value=True,
interactive=True,
)
save_every_weights = gr.Checkbox(
Expand Down

0 comments on commit 393cf0d

Please sign in to comment.