Unverified Commit 7db935a1 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

fix kwarg in the SDXL LoRA DreamBooth (#7124)

* fix kwarg

* Empty-Commit
parent fa9bc029
......@@ -1764,7 +1764,7 @@ def main(args):
accelerator,
pipeline_args,
epoch,
final_validation=True,
is_final_validation=True,
)
if args.push_to_hub:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment