Skip to content

Commit

Permalink
Merge pull request #168 from bghira/feature/resize-by-area
Browse files Browse the repository at this point in the history
Pass resolution_type into VAECache (SDXL)
  • Loading branch information
bghira authored Sep 21, 2023
2 parents 13aa1bf + 2bb34e3 commit 98c136d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_sdxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ def collate_fn(batch):
data_backend=data_backend,
delete_problematic_images=args.delete_problematic_images,
resolution=args.resolution,
resolution_type=args.resolution_type,
vae_batch_size=args.vae_batch_size,
write_batch_size=args.write_batch_size,
)
Expand Down

0 comments on commit 98c136d

Please sign in to comment.