Unverified Commit 0025626c authored by Jonathan Rahn's avatar Jonathan Rahn Committed by GitHub
Browse files

fix typo in examples dreambooth README.md (#1073)

Update README.md

fixed typo
parent d53ffbbd
...@@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \ ...@@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \
--class_prompt="a photo of dog" \ --class_prompt="a photo of dog" \
--resolution=512 \ --resolution=512 \
--train_batch_size=1 \ --train_batch_size=1 \
--use_8bit_adam --use_8bit_adam \
--gradient_checkpointing \ --gradient_checkpointing \
--learning_rate=2e-6 \ --learning_rate=2e-6 \
--lr_scheduler="constant" \ --lr_scheduler="constant" \
...@@ -291,4 +291,4 @@ python train_dreambooth_flax.py \ ...@@ -291,4 +291,4 @@ python train_dreambooth_flax.py \
--learning_rate=2e-6 \ --learning_rate=2e-6 \
--num_class_images=200 \ --num_class_images=200 \
--max_train_steps=800 --max_train_steps=800
``` ```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment