Unverified Commit 10d3220a authored by MaoXianXin's avatar MaoXianXin Committed by GitHub
Browse files

A backslash is missing from the run command (#8471)

parent f69511ec
...@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \ ...@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \
--max_train_steps=15000 \ --max_train_steps=15000 \
--learning_rate=1e-05 \ --learning_rate=1e-05 \
--max_grad_norm=1 \ --max_grad_norm=1 \
--enable_xformers_memory_efficient_attention --enable_xformers_memory_efficient_attention \
--lr_scheduler="constant" --lr_warmup_steps=0 \ --lr_scheduler="constant" --lr_warmup_steps=0 \
--output_dir="sd-naruto-model" \ --output_dir="sd-naruto-model" \
--push_to_hub --push_to_hub
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment