We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eb3b3 commit b8c4d58Copy full SHA for b8c4d58
examples/dreambooth/README.md
@@ -142,7 +142,7 @@ export CLASS_DIR="path-to-class-images"
142
export OUTPUT_DIR="path-to-save-model"
143
144
accelerate launch train_dreambooth.py \
145
- --pretrained_model_name_or_path=$MODEL_NAME --use_auth_token \
+ --pretrained_model_name_or_path=$MODEL_NAME \
146
--instance_data_dir=$INSTANCE_DIR \
147
--class_data_dir=$CLASS_DIR \
148
--output_dir=$OUTPUT_DIR \
0 commit comments