Unverified Commit b8c4d580 authored by Omar Sanseviero's avatar Omar Sanseviero Committed by GitHub
Browse files

Remove unneeded use_auth_token (#839)

parent d3eb3b35
...@@ -142,7 +142,7 @@ export CLASS_DIR="path-to-class-images" ...@@ -142,7 +142,7 @@ export CLASS_DIR="path-to-class-images"
export OUTPUT_DIR="path-to-save-model" export OUTPUT_DIR="path-to-save-model"
accelerate launch train_dreambooth.py \ 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 \ --instance_data_dir=$INSTANCE_DIR \
--class_data_dir=$CLASS_DIR \ --class_data_dir=$CLASS_DIR \
--output_dir=$OUTPUT_DIR \ --output_dir=$OUTPUT_DIR \
......
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