Skip to content

Commit 6090998

Browse files
committed
style
1 parent a571ac9 commit 6090998

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/dreambooth/train_dreambooth_lora_sd3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,6 @@ def compute_text_embeddings(prompt, text_encoders, tokenizers):
15251525
del vae
15261526
free_memory()
15271527

1528-
15291528
# Scheduler and math around the number of training steps.
15301529
overrode_max_train_steps = False
15311530
num_update_steps_per_epoch = math.ceil(len(train_dataloader) / args.gradient_accumulation_steps)

0 commit comments

Comments
 (0)