Commit ef978b2a authored by luopl's avatar luopl
Browse files

Update train.sh

parent dc3b93c9
python -m src.train.distill \
--pretrained_model_name_or_path="stabilityai/stable-diffusion-2-1" \
--mixed_precision="bf16" \
--resolution=768 \
--train_batch_size=6 \
--gradient_accumulation_steps=2 \
--dataloader_num_workers=6 \
--learning_rate=1e-04 \
--weight_decay=0. \
--output_dir="ckpt/linfusion_sd2p1" \
--save_steps=10000
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