1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

fix kwarg in the SDXL LoRA DreamBooth (#7124)

* fix kwarg

* Empty-Commit
This commit is contained in:
Sayak Paul
2024-02-28 10:21:28 +05:30
committed by GitHub
parent fa9bc029b4
commit 7db935a141

View File

@@ -1764,7 +1764,7 @@ def main(args):
accelerator,
pipeline_args,
epoch,
final_validation=True,
is_final_validation=True,
)
if args.push_to_hub: