Skip to content

Commit

Permalink
Update dreambooth_gui.py
Browse files Browse the repository at this point in the history
Fixed minor typos of "Regularization"
  • Loading branch information
iamrohitanshu committed Sep 16, 2024
1 parent 9a37a0e commit f8ddd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kohya_gui/dreambooth_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,11 @@ def train_model(
reg_factor = 1
else:
log.warning(
"Regularisation images are used... Will double the number of steps required..."
"Regularization images are used... Will double the number of steps required..."
)
reg_factor = 2

log.info(f"Regulatization factor: {reg_factor}")
log.info(f"Regularization factor: {reg_factor}")

if max_train_steps == 0:
# calculate max_train_steps
Expand Down

0 comments on commit f8ddd59

Please sign in to comment.