Skip to content

Commit 0240d41

Browse files
authored
Update README_sd3.md (#8490)
becasue in Readme it was not correct train_dreambooth_sd3.py to train_dreambooth_lora_sd3
1 parent 04717fd commit 0240d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dreambooth/README_sd3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export MODEL_NAME="stabilityai/stable-diffusion-3-medium-diffusers"
120120
export INSTANCE_DIR="dog"
121121
export OUTPUT_DIR="trained-sd3-lora"
122122

123-
accelerate launch train_dreambooth_sd3.py \
123+
accelerate launch train_dreambooth_lora_sd3.py \
124124
--pretrained_model_name_or_path=$MODEL_NAME \
125125
--instance_data_dir=$INSTANCE_DIR \
126126
--output_dir=$OUTPUT_DIR \
@@ -138,4 +138,4 @@ accelerate launch train_dreambooth_sd3.py \
138138
--validation_epochs=25 \
139139
--seed="0" \
140140
--push_to_hub
141-
```
141+
```

0 commit comments

Comments
 (0)