Skip to content

Commit 45990cd

Browse files
committed
change id
1 parent d0de091 commit 45990cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dreambooth/README_flux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ Make sure to follow the [instructions to set up your environment](#running-local
270270
Below is an example training command:
271271

272272
```bash
273-
accelerate launch train_kontext.py \
274-
--pretrained_model_name_or_path=black-forest-labs/KONTEXT.1-dev \
273+
accelerate launch train_dreambooth_lora_flux_kontext.py \
274+
--pretrained_model_name_or_path=black-forest-labs/FLUX.1-Kontext-dev \
275275
--instance_data_dir="dog" \
276276
--output_dir="kontext-dog" \
277277
--mixed_precision="bf16" \

0 commit comments

Comments
 (0)