File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
132132export INSTANCE_DIR=" dog"
133133export OUTPUT_DIR=" trained-flux2"
134134
135- accelerate launch train_dreambooth_flux .py \
135+ accelerate launch train_dreambooth_lora_flux2 .py \
136136 --pretrained_model_name_or_path=$MODEL_NAME \
137137 --instance_data_dir=$INSTANCE_DIR \
138138 --output_dir=$OUTPUT_DIR \
@@ -190,7 +190,7 @@ export MODEL_NAME="black-forest-labs/FLUX.2-dev"
190190export INSTANCE_DIR=" dog"
191191export OUTPUT_DIR=" trained-flux2-lora"
192192
193- accelerate launch train_dreambooth_lora_flux .py \
193+ accelerate launch train_dreambooth_lora_flux2 .py \
194194 --pretrained_model_name_or_path=$MODEL_NAME \
195195 --instance_data_dir=$INSTANCE_DIR \
196196 --output_dir=$OUTPUT_DIR \
You can’t perform that action at this time.
0 commit comments