update lr in wan-vace training scripts

This commit is contained in:
Artiprocher
2026-01-19 17:43:07 +08:00
parent 70f531b724
commit 8ad2d9884b
8 changed files with 23 additions and 23 deletions

View File

@@ -7,10 +7,11 @@ accelerate launch examples/wanvideo/model_training/train.py \
--num_frames 49 \
--dataset_repeat 100 \
--model_id_with_origin_paths "Wan-AI/Wan2.1-VACE-1.3B:diffusion_pytorch_model*.safetensors,Wan-AI/Wan2.1-VACE-1.3B:models_t5_umt5-xxl-enc-bf16.pth,Wan-AI/Wan2.1-VACE-1.3B:Wan2.1_VAE.pth" \
--learning_rate 1e-4 \
--learning_rate 5e-5 \
--num_epochs 2 \
--remove_prefix_in_ckpt "pipe.vace." \
--output_path "./models/train/Wan2.1-VACE-1.3B_full" \
--trainable_models "vace" \
--extra_inputs "vace_video,vace_reference_image" \
--use_gradient_checkpointing_offload
--use_gradient_checkpointing_offload
# The learning rate is kept consistent with the settings in the original paper