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 f69511e commit 10d3220Copy full SHA for 10d3220
docs/source/en/training/text2image.md
@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \
181
--max_train_steps=15000 \
182
--learning_rate=1e-05 \
183
--max_grad_norm=1 \
184
- --enable_xformers_memory_efficient_attention
+ --enable_xformers_memory_efficient_attention \
185
--lr_scheduler="constant" --lr_warmup_steps=0 \
186
--output_dir="sd-naruto-model" \
187
--push_to_hub
0 commit comments