1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Remove unneeded use_auth_token (#839)

This commit is contained in:
Omar Sanseviero
2022-10-14 13:27:03 +02:00
committed by GitHub
parent d3eb3b35be
commit b8c4d5801c

View File

@@ -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 \