mirror of https://github.com/hpcaitech/ColossalAI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
577 B
19 lines
577 B
HF_DATASETS_OFFLINE=1
|
|
TRANSFORMERS_OFFLINE=1
|
|
DIFFUSERS_OFFLINE=1
|
|
|
|
torchrun --nproc_per_node 4 --standalone train_dreambooth_colossalai.py \
|
|
--pretrained_model_name_or_path="/data/dreambooth/diffuser/stable-diffusion-v1-4" \
|
|
--instance_data_dir="/data/dreambooth/Teyvat/data" \
|
|
--output_dir="./weight_output" \
|
|
--instance_prompt="a picture of a dog" \
|
|
--resolution=512 \
|
|
--plugin="gemini" \
|
|
--train_batch_size=1 \
|
|
--learning_rate=5e-6 \
|
|
--lr_scheduler="constant" \
|
|
--lr_warmup_steps=0 \
|
|
--num_class_images=200 \
|
|
--test_run=True \
|
|
--placement="auto" \
|