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
OpenDAS
LightX2V
Commits
a1ebc651
"vscode:/vscode.git/clone" did not exist on "192e139e60a4430f7f41548c3d0a5dbfa788e256"
Commit
a1ebc651
authored
Dec 11, 2025
by
xuwx1
Browse files
updata lightx2v
parent
5a4db490
Pipeline
#3149
canceled with stages
Changes
907
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
332 additions
and
0 deletions
+332
-0
assets/inputs/imgs/snake.png
assets/inputs/imgs/snake.png
+0
-0
configs/attentions/wan_i2v_flash.json
configs/attentions/wan_i2v_flash.json
+13
-0
configs/attentions/wan_i2v_nbhd_480p.json
configs/attentions/wan_i2v_nbhd_480p.json
+17
-0
configs/attentions/wan_i2v_nbhd_720p.json
configs/attentions/wan_i2v_nbhd_720p.json
+17
-0
configs/attentions/wan_i2v_radial.json
configs/attentions/wan_i2v_radial.json
+13
-0
configs/attentions/wan_i2v_sage.json
configs/attentions/wan_i2v_sage.json
+13
-0
configs/attentions/wan_i2v_svg.json
configs/attentions/wan_i2v_svg.json
+13
-0
configs/attentions/wan_i2v_svg2.json
configs/attentions/wan_i2v_svg2.json
+13
-0
configs/attentions/wan_t2v_sparge.json
configs/attentions/wan_t2v_sparge.json
+16
-0
configs/bench/lightx2v_1.json
configs/bench/lightx2v_1.json
+13
-0
configs/bench/lightx2v_2.json
configs/bench/lightx2v_2.json
+13
-0
configs/bench/lightx2v_3.json
configs/bench/lightx2v_3.json
+16
-0
configs/bench/lightx2v_3_distill.json
configs/bench/lightx2v_3_distill.json
+22
-0
configs/bench/lightx2v_4.json
configs/bench/lightx2v_4.json
+35
-0
configs/bench/lightx2v_5.json
configs/bench/lightx2v_5.json
+19
-0
configs/bench/lightx2v_5_distill.json
configs/bench/lightx2v_5_distill.json
+25
-0
configs/bench/lightx2v_6.json
configs/bench/lightx2v_6.json
+19
-0
configs/bench/lightx2v_6_distill.json
configs/bench/lightx2v_6_distill.json
+25
-0
configs/caching/adacache/wan_i2v_ada.json
configs/caching/adacache/wan_i2v_ada.json
+15
-0
configs/caching/adacache/wan_t2v_ada.json
configs/caching/adacache/wan_t2v_ada.json
+15
-0
No files found.
assets/inputs/imgs/snake.png
0 → 100644
View file @
a1ebc651
435 KB
configs/attentions/wan_i2v_flash.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
5
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_nbhd_480p.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"nbhd_attn"
,
"nbhd_attn_setting"
:
{
"coefficient"
:
[
1.0
,
0.5
,
0.25
,
0.25
],
"min_width"
:
2.0
},
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_nbhd_720p.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"nbhd_attn"
,
"nbhd_attn_setting"
:
{
"coefficient"
:
[
1.0
,
0.5
,
0.25
,
0.25
],
"min_width"
:
2.0
},
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_radial.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"radial_attn"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
5
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_sage.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_svg.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"svg_attn"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_i2v_svg2.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"svg2_attn"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
}
configs/attentions/wan_t2v_sparge.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"sparge"
:
true
,
"sparge_ckpt"
:
"/path/to/sparge_wan2.1_t2v_1.3B.pt"
}
configs/bench/lightx2v_1.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
false
}
configs/bench/lightx2v_2.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
false
}
configs/bench/lightx2v_3.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
false
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_3_distill.json
0 → 100644
View file @
a1ebc651
{
"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"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_4.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
false
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"feature_caching"
:
"Tea"
,
"coefficients"
:
[
[
2.57151496e05
,
-3.54229917e04
,
1.40286849e03
,
-1.35890334e01
,
1.32517977e-01
],
[
-3.02331670e02
,
2.23948934e02
,
-5.25463970e01
,
5.87348440e00
,
-2.01973289e-01
]
],
"use_ret_steps"
:
false
,
"teacache_thresh"
:
0.2
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_5.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"offload_ratio"
:
0.8
,
"t5_cpu_offload"
:
true
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_5_distill.json
0 → 100644
View file @
a1ebc651
{
"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"
,
"offload_ratio"
:
0.8
,
"t5_cpu_offload"
:
true
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_6.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"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"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"offload_ratio"
:
0.8
,
"t5_cpu_offload"
:
true
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/bench/lightx2v_6_distill.json
0 → 100644
View file @
a1ebc651
{
"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"
,
"offload_ratio"
:
0.8
,
"t5_cpu_offload"
:
true
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"use_tiling_vae"
:
true
}
configs/caching/adacache/wan_i2v_ada.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"seed"
:
442
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"feature_caching"
:
"Ada"
}
configs/caching/adacache/wan_t2v_ada.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
480
,
"target_width"
:
832
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"feature_caching"
:
"Ada"
}
Prev
1
2
3
4
5
6
7
…
46
Next
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