Skip to content

Commit de513fd

Browse files
authored
Update README_sdxl.md
1 parent 4d3363a commit de513fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/README_sdxl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ accelerate launch train_dreambooth_lora_sdxl.py \
8181
--instance_data_dir=$INSTANCE_DIR \
8282
--pretrained_vae_model_name_or_path=$VAE_PATH \
8383
--output_dir=$OUTPUT_DIR \
84-
--mixed_precision="fp16" \
84+
--mixed_precision="no" \
8585
--instance_prompt="a photo of sks dog" \
8686
--resolution=1024 \
8787
--train_batch_size=1 \

0 commit comments

Comments
 (0)