From f2423efc3899f49036adcde2fce6e95479226985 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 28 Feb 2024 09:38:51 +0530 Subject: [PATCH 1/2] fix kwarg --- 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 e42311fb8f9e..85effa19b59d 100644 --- a/examples/dreambooth/train_dreambooth_lora_sdxl.py +++ b/examples/dreambooth/train_dreambooth_lora_sdxl.py @@ -1764,7 +1764,7 @@ def compute_text_embeddings(prompt, text_encoders, tokenizers): accelerator, pipeline_args, epoch, - final_validation=True, + is_final_validation=True, ) if args.push_to_hub: From e93dfade14f1032f392b98a0b621b7862a53dca1 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 28 Feb 2024 10:01:36 +0530 Subject: [PATCH 2/2] Empty-Commit