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
ac786462
Unverified
Commit
ac786462
authored
Nov 26, 2025
by
Andrei Filatov
Committed by
GitHub
Nov 26, 2025
Browse files
Update script names in README for Flux2 training (#12713)
parent
5ffb73d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/dreambooth/README_flux2.md
examples/dreambooth/README_flux2.md
+2
-2
No files found.
examples/dreambooth/README_flux2.md
View file @
ac786462
...
...
@@ -132,7 +132,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
export
INSTANCE_DIR
=
"dog"
export
OUTPUT_DIR
=
"trained-flux2"
accelerate launch train_dreambooth_flux.py
\
accelerate launch train_dreambooth_
lora_
flux
2
.py
\
--pretrained_model_name_or_path
=
$MODEL_NAME
\
--instance_data_dir
=
$INSTANCE_DIR
\
--output_dir
=
$OUTPUT_DIR
\
...
...
@@ -190,7 +190,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
export
INSTANCE_DIR
=
"dog"
export
OUTPUT_DIR
=
"trained-flux2-lora"
accelerate launch train_dreambooth_lora_flux.py
\
accelerate launch train_dreambooth_lora_flux
2
.py
\
--pretrained_model_name_or_path
=
$MODEL_NAME
\
--instance_data_dir
=
$INSTANCE_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