Skip to content

Commit 10d3220

Browse files
authored
A backslash is missing from the run command (#8471)
1 parent f69511e commit 10d3220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/training/text2image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \
181181
--max_train_steps=15000 \
182182
--learning_rate=1e-05 \
183183
--max_grad_norm=1 \
184-
--enable_xformers_memory_efficient_attention
184+
--enable_xformers_memory_efficient_attention \
185185
--lr_scheduler="constant" --lr_warmup_steps=0 \
186186
--output_dir="sd-naruto-model" \
187187
--push_to_hub

0 commit comments

Comments
 (0)