"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "2b30b1090f1a993c3e0f07f473f61aceb0fe3a3a"
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): ...@@ -1764,7 +1764,7 @@ def main(args):
accelerator, accelerator,
pipeline_args, pipeline_args,
epoch, epoch,
final_validation=True, is_final_validation=True,
) )
if args.push_to_hub: 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