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:
@@ -1764,7 +1764,7 @@ def main(args):
|
||||
accelerator,
|
||||
pipeline_args,
|
||||
epoch,
|
||||
final_validation=True,
|
||||
is_final_validation=True,
|
||||
)
|
||||
|
||||
if args.push_to_hub:
|
||||
|
||||
Reference in New Issue
Block a user