Skip to content

Commit

Permalink
fix kwarg in the SDXL LoRA DreamBooth (huggingface#7124)
Browse files Browse the repository at this point in the history
* fix kwarg

* Empty-Commit
  • Loading branch information
sayakpaul authored Feb 28, 2024
1 parent fa9bc02 commit 7db935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dreambooth/train_dreambooth_lora_sdxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7db935a

Please sign in to comment.