Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
b8c4d580
Unverified
Commit
b8c4d580
authored
Oct 14, 2022
by
Omar Sanseviero
Committed by
GitHub
Oct 14, 2022
Browse files
Remove unneeded use_auth_token (#839)
parent
d3eb3b35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/README.md
examples/dreambooth/README.md
+1
-1
No files found.
examples/dreambooth/README.md
View file @
b8c4d580
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment