diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index 9ff90ea8..7094570a 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -142,7 +142,7 @@ export CLASS_DIR="path-to-class-images" export OUTPUT_DIR="path-to-save-model" accelerate launch train_dreambooth.py \ - --pretrained_model_name_or_path=$MODEL_NAME --use_auth_token \ + --pretrained_model_name_or_path=$MODEL_NAME \ --instance_data_dir=$INSTANCE_DIR \ --class_data_dir=$CLASS_DIR \ --output_dir=$OUTPUT_DIR \