We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffb73d commit ac78646Copy full SHA for ac78646
1 file changed
examples/dreambooth/README_flux2.md
@@ -132,7 +132,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
132
export INSTANCE_DIR="dog"
133
export OUTPUT_DIR="trained-flux2"
134
135
-accelerate launch train_dreambooth_flux.py \
+accelerate launch train_dreambooth_lora_flux2.py \
136
--pretrained_model_name_or_path=$MODEL_NAME \
137
--instance_data_dir=$INSTANCE_DIR \
138
--output_dir=$OUTPUT_DIR \
@@ -190,7 +190,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
190
191
export OUTPUT_DIR="trained-flux2-lora"
192
193
-accelerate launch train_dreambooth_lora_flux.py \
194
195
196
0 commit comments