From 7db935a1414e35520b6bb87222e28b2f52d632fb Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Wed, 28 Feb 2024 10:21:28 +0530 Subject: [PATCH] fix kwarg in the SDXL LoRA DreamBooth (#7124) * fix kwarg * Empty-Commit --- examples/dreambooth/train_dreambooth_lora_sdxl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dreambooth/train_dreambooth_lora_sdxl.py b/examples/dreambooth/train_dreambooth_lora_sdxl.py index e42311fb8f..85effa19b5 100644 --- a/examples/dreambooth/train_dreambooth_lora_sdxl.py +++ b/examples/dreambooth/train_dreambooth_lora_sdxl.py @@ -1764,7 +1764,7 @@ def main(args): accelerator, pipeline_args, epoch, - final_validation=True, + is_final_validation=True, ) if args.push_to_hub: