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
63b6b648
"\" did not exist on "599258f97992e5a47db9408e4e3622805ce1adb5"
Unverified
Commit
63b6b648
authored
Oct 21, 2025
by
gushiqiao
Committed by
GitHub
Oct 21, 2025
Browse files
update config (#394)
parent
9c6d30b5
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
134 additions
and
8 deletions
+134
-8
configs/distill/readme.md
configs/distill/readme.md
+0
-1
configs/distill/wan_i2v_distill_4step_cfg.json
configs/distill/wan_i2v_distill_4step_cfg.json
+1
-3
configs/distill/wan_i2v_distill_4step_cfg_4090.json
configs/distill/wan_i2v_distill_4step_cfg_4090.json
+29
-0
configs/distill/wan_i2v_distill_4step_cfg_4090_lora.json
configs/distill/wan_i2v_distill_4step_cfg_4090_lora.json
+35
-0
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
+1
-2
configs/distill/wan_t2v_distill_4step_cfg_4090.json
configs/distill/wan_t2v_distill_4step_cfg_4090.json
+30
-0
configs/distill/wan_t2v_distill_4step_cfg_lora.json
configs/distill/wan_t2v_distill_4step_cfg_lora.json
+1
-1
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
+36
-0
No files found.
configs/distill/readme.md
deleted
100755 → 0
View file @
9c6d30b5
## TODO
configs/distill/wan_i2v_distill_4step_cfg.json
View file @
63b6b648
...
...
@@ -15,7 +15,5 @@
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
]
}
configs/distill/wan_i2v_distill_4step_cfg_4090.json
0 → 100755
View file @
63b6b648
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"clip_cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"fp8-q8f"
,
"clip_quantized"
:
true
,
"clip_quant_scheme"
:
"fp8-q8f"
}
configs/distill/wan_i2v_distill_4step_cfg_4090_lora.json
0 → 100755
View file @
63b6b648
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"clip_cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"fp8-q8f"
,
"clip_quantized"
:
true
,
"clip_quant_scheme"
:
"fp8-q8f"
,
"lora_configs"
:
[
{
"path"
:
"lightx2v/Wan2.1-Distill-Loras/wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors"
,
"strength"
:
1.0
}
]
}
configs/distill/wan_i2v_distill_4step_cfg_lora.json
View file @
63b6b648
...
...
@@ -13,7 +13,7 @@
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"path"
:
"
Wan2.1-I2V-14B-480P/l
oras/
W
an21_
I2V_14B_lightx2v_cfg_step_distill_lora_rank64
.safetensors"
,
"path"
:
"
lightx2v/Wan2.1-Distill-L
oras/
w
an2
.
1_
i2v_lora_rank64_lightx2v_4step
.safetensors"
,
"strength"
:
1.0
}
]
...
...
configs/distill/wan_t2v_distill_4step_cfg.json
View file @
63b6b648
...
...
@@ -16,6 +16,5 @@
750
,
500
,
250
],
"dit_original_ckpt"
:
"/data/nvme0/gushiqiao/models/hf_lightx2v_models/models/wan2.1_t2v_14b_lightx2v_4step.safetensors"
]
}
configs/distill/wan_t2v_distill_4step_cfg_4090.json
0 → 100755
View file @
63b6b648
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"clip_cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"fp8-q8f"
,
"clip_quantized"
:
true
,
"clip_quant_scheme"
:
"fp8-q8f"
}
configs/distill/wan_t2v_distill_4step_cfg_lora.json
View file @
63b6b648
...
...
@@ -14,7 +14,7 @@
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"path"
:
"
Wan2.1-T2V-14B/l
oras/
W
an21_
T2V_14B_lightx2v_cfg_step_distill_lora_rank64
.safetensors"
,
"path"
:
"
lightx2v/Wan2.1-Distill-L
oras/
w
an2
.
1_
t2v_14b_lora_rank64_lightx2v_4step
.safetensors"
,
"strength"
:
1.0
}
]
...
...
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
0 → 100755
View file @
63b6b648
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"clip_cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"fp8-q8f"
,
"clip_quantized"
:
true
,
"clip_quant_scheme"
:
"fp8-q8f"
,
"lora_configs"
:
[
{
"path"
:
"lightx2v/Wan2.1-Distill-Loras/wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors"
,
"strength"
:
1.0
}
]
}
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