forked from kohya-ss/musubi-tuner
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBase_SETTINGS.json
More file actions
60 lines (60 loc) · 2.17 KB
/
Base_SETTINGS.json
File metadata and controls
60 lines (60 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"dataset_config": "D:/musubi-tuner_Wan2.2_GUI/dataset/dataset_example_clean.toml",
"is_i2v": false,
"train_high_noise": true,
"dit_high_noise": "D:/musubi-tuner_Wan2.2_GUI/Models/DiT/wan2.2_t2v_high_noise_14B_fp16.safetensors",
"min_timestep_high": "875",
"max_timestep_high": "1000",
"train_low_noise": false,
"dit_low_noise": "D:/musubi-tuner_Wan2.2_GUI/Models/DiT/wan2.2_t2v_low_noise_14B_fp16.safetensors",
"min_timestep_low": "0",
"max_timestep_low": "875",
"vae_model": "D:/musubi-tuner_Wan2.2_GUI/Models/VAE/wan_2.1_vae.safetensors",
"clip_model": "",
"t5_model": "D:/musubi-tuner_Wan2.2_GUI/Models/T5/umt5-xxl-enc-bf16.safetensors",
"output_dir": "C:/ComfyUI_windows_portable/ComfyUI/models/loras/WAN2.2",
"output_name": "my-lora",
"learning_rate": "1e-4",
"max_train_epochs": "20",
"save_every_n_epochs": "1",
"save_every_n_steps": "",
"seed": "42",
"network_dim_low": "32",
"network_alpha_low": "8",
"network_dim_high": "32",
"network_alpha_high": "8",
"optimizer_type": "adamw8bit",
"max_grad_norm": "1.0",
"optimizer_args": "weight_decay=0.1",
"lr_scheduler": "cosine",
"lr_warmup_steps": "0",
"lr_scheduler_num_cycles": "1",
"lr_scheduler_power": "",
"lr_scheduler_min_lr_ratio": "5e-5",
"mixed_precision": "fp16",
"gradient_checkpointing": true,
"persistent_data_loader_workers": true,
"gradient_accumulation_steps": "1",
"max_data_loader_n_workers": "2",
"offload_inactive_dit": false,
"blocks_to_swap": "10",
"timestep_sampling": "shift",
"num_timestep_buckets": "2",
"timestep_boundary": "0.875",
"discrete_flow_shift": "1.0",
"preserve_distribution_shape": true,
"attention_mechanism": "flash_attn",
"log_with": "none",
"logging_dir": "",
"log_prefix": "",
"fp8_base": true,
"fp8_scaled": true,
"fp8_t5": true,
"save_state": true,
"resume_path": "",
"network_weights": "",
"recache_latents": true,
"recache_text": true,
"convert_lora_path": "C:/ComfyUI_windows_portable/ComfyUI/models/loras/WAN2.2/SS22_HighNoise/SS22_HighNoise-000018.safetensors",
"convert_output_dir": ""
}