"tests/python/vscode:/vscode.git/clone" did not exist on "ec4952392dda87c83c5e0980f02acacc00a51803"
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"
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 \
......
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