NZC415 commited on
Commit
db5ee0b
·
verified ·
1 Parent(s): 99408d1

upload aux OSS_fullSFT_stage3_10k_joint30_a30_t30_u10/training_config.yaml

Browse files
OmniDance-fullSFT/OSS_fullSFT_stage3_10k_joint30_a30_t30_u10/training_config.yaml ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_base_path: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance
2
+ dataset_metadata_path: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance/metadata_train.csv
3
+ dataset_repeat: 1
4
+ dataset_num_workers: 0
5
+ data_file_keys: video,input_audio
6
+ model_paths: null
7
+ model_id_with_origin_paths: Wan2.2-TI2V-5B:diffusion_pytorch_model*.safetensors,Wan2.2-TI2V-5B:models_t5_umt5-xxl-enc-bf16.pth,Wan2.2-TI2V-5B:Wan2.2_VAE.pth
8
+ extra_inputs: input_image,input_audio
9
+ fp8_models: null
10
+ offload_models: null
11
+ learning_rate: 1.0e-05
12
+ audio_learning_rate: 1.0e-05
13
+ dit_learning_rate: 1.0e-05
14
+ plan_learning_rate: null
15
+ lr_warmup_steps: 1500
16
+ lr_warmup_start_factor: 0.0001
17
+ lr_scheduler: linear
18
+ lr_decay_start_step: 10000
19
+ lr_decay_end_step: 12000
20
+ lr_min_factor: 0.2
21
+ num_epochs: 1
22
+ max_steps: 12000
23
+ trainable_models: dit,dit.audio_injector.injector_global_mod_layers
24
+ find_unused_parameters: true
25
+ weight_decay: 0.01
26
+ max_grad_norm: 1.0
27
+ task: sft
28
+ output_path: ./models/train/OSS_fullSFT_stage3_10k_joint30_a30_t30_u10
29
+ remove_prefix_in_ckpt: pipe.dit.
30
+ save_steps: 500
31
+ lora_base_model: null
32
+ lora_target_modules: null
33
+ lora_rank: 32
34
+ lora_checkpoint: null
35
+ preset_lora_path: null
36
+ preset_lora_model: null
37
+ use_gradient_checkpointing: true
38
+ use_gradient_checkpointing_offload: false
39
+ gradient_accumulation_steps: 1
40
+ wandb_project: Wan2.2-TI2V-5B-Audio
41
+ wandb_run_name: OSS_fullSFT_stage3_10k_joint30_a30_t30_u10
42
+ wandb_tags: fullSFT,stage3,S3,10k,TIA2V,joint,audio_only,text_only,uncond
43
+ wandb_init_timeout: 30
44
+ height: 1280
45
+ width: 704
46
+ max_pixels: 1048576
47
+ num_frames: 81
48
+ data_dir: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance
49
+ tokenizer_path: models/Wan-AI/Wan2.2-TI2V-5B/google/umt5-xxl
50
+ audio_processor_path: null
51
+ dit_variant: audio
52
+ mert_encoder_path: models/MERT-v1-330M
53
+ audio_cache_dir: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance/audio_cache
54
+ text_prompt_key: null
55
+ motion_prompt_key: null
56
+ motion_prompt_base_key: null
57
+ text_drop_prob: 0.0
58
+ text_drop_prob_start: null
59
+ text_drop_prob_end: null
60
+ text_drop_prob_decay_steps: 0
61
+ audio_drop_prob: 0.0
62
+ condition_quota: joint:0.30,audio_only:0.30,text_only:0.30,uncond:0.10
63
+ condition_quota_start: null
64
+ condition_quota_transition_start_step: 0
65
+ condition_quota_transition_steps: 0
66
+ lora_learning_rate: null
67
+ max_timestep_boundary: 1.0
68
+ min_timestep_boundary: 0.0
69
+ train_checkpoint_path: ./models/train/OSS_fullSFT_stage2_5k_joint45_t45_u10/step-6000.safetensors
70
+ promote_precision_sensitive_params_to_fp32: true
71
+ enable_global_audio_modulation: true
72
+ audio_sink_bias_mode: pass_mass
73
+ audio_sink_enable: null
74
+ enable_plan_schedule: false
75
+ plan_use_planner: false
76
+ plan_use_controller: false
77
+ plan_lambdas: beat:0,sync:0,smooth:0,pose:0
78
+ plan_beat_ramp: ''
79
+ initialize_model_on_cpu: true
80
+ val_dataset_metadata_path: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance/metadata_val.csv
81
+ val_dataset_base_path: /apdcephfs_gy4/share_302533218/cedricnie/diff/data/omnidance
82
+ val_every_steps: 100000000
83
+ val_num_batches: 16
84
+ val_condition_combos: joint,audio_only,text_only,uncond
85
+ val_seed: 12345
86
+ val_script_path: examples/wanvideo/model_training/validate_loss.py
87
+ val_cuda_visible_devices: null