Skip to content

Commit 4d3363a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/dreambooth/README_sdxl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ accelerate launch train_dreambooth_lora_sdxl.py \
9292
--max_train_steps=500 \
9393
--validation_prompt="A photo of sks dog in a bucket" \
9494
--validation_epochs=25 \
95-
--seed="0" \
96-
--push_to_hub
95+
--seed="0"
9796
```
9897

9998
To better track our training experiments, we're using the following flags in the command above:

0 commit comments

Comments
 (0)