Skip to content

Commit

Permalink
Validations: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Sep 15, 2023
1 parent f2108e3 commit d68dfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions train_sd21.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ def collate_fn(batch):
unet,
args,
validation_prompts,
validation_shortnames,
global_step,
resume_global_step,
step,
Expand Down
1 change: 1 addition & 0 deletions train_sdxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ def collate_fn(batch):
unet,
args,
validation_prompts,
validation_shortnames,
global_step,
resume_global_step,
step,
Expand Down

0 comments on commit d68dfa4

Please sign in to comment.