Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xuwx1
LightX2V
Commits
4f135263
Commit
4f135263
authored
Jul 17, 2025
by
Zhuguanyu Wu
Committed by
GitHub
Jul 17, 2025
Browse files
Dev scheduler (#128)
* use CM scheduler for distill_models as default * update configs
parent
6af19588
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
configs/distill/wan_i2v_distill_4step_cfg.json
configs/distill/wan_i2v_distill_4step_cfg.json
+1
-1
configs/distill/wan_i2v_distill_4step_cfg_lora.json
configs/distill/wan_i2v_distill_4step_cfg_lora.json
+1
-1
configs/distill/wan_t2v_distill_4step_cfg.json
configs/distill/wan_t2v_distill_4step_cfg.json
+2
-2
configs/distill/wan_t2v_distill_4step_cfg_dynamic.json
configs/distill/wan_t2v_distill_4step_cfg_dynamic.json
+2
-2
configs/distill/wan_t2v_distill_4step_cfg_lora.json
configs/distill/wan_t2v_distill_4step_cfg_lora.json
+3
-3
No files found.
configs/distill/wan_i2v_distill_4step_cfg.json
View file @
4f135263
...
...
@@ -11,5 +11,5 @@
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
999
,
750
,
500
,
250
]
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_i2v_distill_4step_cfg_lora.json
View file @
4f135263
...
...
@@ -11,7 +11,7 @@
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
999
,
750
,
500
,
250
],
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_path"
:
[
"Wan2.1-I2V-14B-480P/loras/Wan21_I2V_14B_lightx2v_cfg_step_distill_lora_rank64.safetensors"
]
...
...
configs/distill/wan_t2v_distill_4step_cfg.json
View file @
4f135263
...
...
@@ -9,8 +9,8 @@
"cross_attn_2_type"
:
"flash_attn3"
,
"seed"
:
42
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
999
,
750
,
500
,
250
]
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_t2v_distill_4step_cfg_dynamic.json
View file @
4f135263
...
...
@@ -9,10 +9,10 @@
"cross_attn_2_type"
:
"flash_attn3"
,
"seed"
:
42
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"enable_dynamic_cfg"
:
true
,
"cfg_scale"
:
4.0
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
999
,
750
,
500
,
250
]
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_t2v_distill_4step_cfg_lora.json
View file @
4f135263
...
...
@@ -9,11 +9,11 @@
"cross_attn_2_type"
:
"flash_attn3"
,
"seed"
:
42
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
999
,
750
,
500
,
250
],
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_path"
:
[
"Wan2.1-T2V-14B/loras/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank
32
.safetensors"
"Wan2.1-T2V-14B/loras/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank
64
.safetensors"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment