diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index 5b091aece3ce..3c9d04abc2d2 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \ --class_prompt="a photo of dog" \ --resolution=512 \ --train_batch_size=1 \ - --use_8bit_adam + --use_8bit_adam \ --gradient_checkpointing \ --learning_rate=2e-6 \ --lr_scheduler="constant" \ @@ -291,4 +291,4 @@ python train_dreambooth_flax.py \ --learning_rate=2e-6 \ --num_class_images=200 \ --max_train_steps=800 -``` \ No newline at end of file +```