Skip to content

Commit 0025626

Browse files
authored
fix typo in examples dreambooth README.md (#1073)
Update README.md fixed typo
1 parent d53ffbb commit 0025626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dreambooth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \
185185
--class_prompt="a photo of dog" \
186186
--resolution=512 \
187187
--train_batch_size=1 \
188-
--use_8bit_adam
188+
--use_8bit_adam \
189189
--gradient_checkpointing \
190190
--learning_rate=2e-6 \
191191
--lr_scheduler="constant" \
@@ -291,4 +291,4 @@ python train_dreambooth_flax.py \
291291
--learning_rate=2e-6 \
292292
--num_class_images=200 \
293293
--max_train_steps=800
294-
```
294+
```

0 commit comments

Comments
 (0)