We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0de091 commit 45990cdCopy full SHA for 45990cd
examples/dreambooth/README_flux.md
@@ -270,8 +270,8 @@ Make sure to follow the [instructions to set up your environment](#running-local
270
Below is an example training command:
271
272
```bash
273
-accelerate launch train_kontext.py \
274
- --pretrained_model_name_or_path=black-forest-labs/KONTEXT.1-dev \
+accelerate launch train_dreambooth_lora_flux_kontext.py \
+ --pretrained_model_name_or_path=black-forest-labs/FLUX.1-Kontext-dev \
275
--instance_data_dir="dog" \
276
--output_dir="kontext-dog" \
277
--mixed_precision="bf16" \
0 commit comments