Skip to content

Commit 7db935a

Browse files
authored
fix kwarg in the SDXL LoRA DreamBooth (#7124)
* fix kwarg * Empty-Commit
1 parent fa9bc02 commit 7db935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/dreambooth/train_dreambooth_lora_sdxl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ def compute_text_embeddings(prompt, text_encoders, tokenizers):
17641764
accelerator,
17651765
pipeline_args,
17661766
epoch,
1767-
final_validation=True,
1767+
is_final_validation=True,
17681768
)
17691769

17701770
if args.push_to_hub:

0 commit comments

Comments
 (0)