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
Commit
a1ebc651
authored
Dec 11, 2025
by
xuwx1
Browse files
updata lightx2v
parent
5a4db490
Pipeline
#3149
canceled with stages
Changes
428
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
433 additions
and
0 deletions
+433
-0
configs/dist_infer/wan_i2v_dist_ring.json
configs/dist_infer/wan_i2v_dist_ring.json
+17
-0
configs/dist_infer/wan_i2v_dist_ulysses.json
configs/dist_infer/wan_i2v_dist_ulysses.json
+17
-0
configs/dist_infer/wan_t2v_dist_cfg.json
configs/dist_infer/wan_t2v_dist_cfg.json
+17
-0
configs/dist_infer/wan_t2v_dist_cfg_ring.json
configs/dist_infer/wan_t2v_dist_cfg_ring.json
+19
-0
configs/dist_infer/wan_t2v_dist_cfg_ulysses.json
configs/dist_infer/wan_t2v_dist_cfg_ulysses.json
+19
-0
configs/dist_infer/wan_t2v_dist_ring.json
configs/dist_infer/wan_t2v_dist_ring.json
+18
-0
configs/dist_infer/wan_t2v_dist_ulysses.json
configs/dist_infer/wan_t2v_dist_ulysses.json
+18
-0
configs/distill/wan_i2v_distill_4step_cfg.json
configs/distill/wan_i2v_distill_4step_cfg.json
+19
-0
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
+20
-0
configs/distill/wan_t2v_distill_4step_cfg.json
configs/distill/wan_t2v_distill_4step_cfg.json
+20
-0
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_dynamic.json
configs/distill/wan_t2v_distill_4step_cfg_dynamic.json
+22
-0
configs/distill/wan_t2v_distill_4step_cfg_lora.json
configs/distill/wan_t2v_distill_4step_cfg_lora.json
+21
-0
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
+36
-0
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16.json
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16.json
+18
-0
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16_dist.json
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16_dist.json
+16
-0
configs/hunyuan_video_15/4090/hy15_t2v_480p_fp8.json
configs/hunyuan_video_15/4090/hy15_t2v_480p_fp8.json
+24
-0
configs/hunyuan_video_15/5090/hy15_t2v_480p_bf16.json
configs/hunyuan_video_15/5090/hy15_t2v_480p_bf16.json
+18
-0
No files found.
Too many changes to show.
To preserve performance only
428 of 428+
files are displayed.
Plain diff
Email patch
configs/dist_infer/wan_i2v_dist_ring.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ring"
}
}
configs/dist_infer/wan_i2v_dist_ulysses.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
}
}
configs/dist_infer/wan_t2v_dist_cfg.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
,
"parallel"
:
{
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan_t2v_dist_cfg_ring.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ring"
,
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan_t2v_dist_cfg_ulysses.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan_t2v_dist_ring.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ring"
}
}
configs/dist_infer/wan_t2v_dist_ulysses.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
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
}
}
configs/distill/wan_i2v_distill_4step_cfg.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
4
,
"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"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_i2v_distill_4step_cfg_4090.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"
,
"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 → 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"
,
"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
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
4
,
"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"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"path"
:
"lightx2v/Wan2.1-Distill-Loras/wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors"
,
"strength"
:
1.0
}
]
}
configs/distill/wan_t2v_distill_4step_cfg.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
4
,
"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"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_t2v_distill_4step_cfg_4090.json
0 → 100644
View file @
a1ebc651
{
"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_dynamic.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
4
,
"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"
:
5
,
"enable_cfg"
:
false
,
"enable_dynamic_cfg"
:
true
,
"cfg_scale"
:
4.0
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
]
}
configs/distill/wan_t2v_distill_4step_cfg_lora.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
4
,
"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"
:
5
,
"enable_cfg"
:
false
,
"cpu_offload"
:
false
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"path"
:
"lightx2v/Wan2.1-Distill-Loras/wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors"
,
"strength"
:
1.0
}
]
}
configs/distill/wan_t2v_distill_4step_cfg_lora_4090.json
0 → 100644
View file @
a1ebc651
{
"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
}
]
}
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_t2v"
,
"fps"
:
24
,
"target_video_length"
:
121
,
"aspect_ratio"
:
"16:9"
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
5.0
,
"sample_guide_scale"
:
6.0
,
"enable_cfg"
:
true
,
"attn_type"
:
"sage_attn2"
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"vae_cpu_offload"
:
false
,
"byt5_cpu_offload"
:
false
,
"qwen25vl_cpu_offload"
:
true
,
"siglip_cpu_offload"
:
false
}
configs/hunyuan_video_15/4090/hy15_t2v_480p_bf16_dist.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_t2v"
,
"fps"
:
24
,
"target_video_length"
:
121
,
"aspect_ratio"
:
"16:9"
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
7.0
,
"sample_guide_scale"
:
6.0
,
"enable_cfg"
:
true
,
"attn_type"
:
"sage_attn2"
,
"parallel"
:
{
"seq_p_attn_type"
:
"ulysses-4090"
,
"seq_p_size"
:
8
}
}
configs/hunyuan_video_15/4090/hy15_t2v_480p_fp8.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_t2v"
,
"fps"
:
24
,
"target_video_length"
:
121
,
"aspect_ratio"
:
"16:9"
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
5.0
,
"sample_guide_scale"
:
6.0
,
"enable_cfg"
:
true
,
"attn_type"
:
"sage_attn2"
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"vae_cpu_offload"
:
false
,
"byt5_cpu_offload"
:
false
,
"qwen25vl_cpu_offload"
:
true
,
"siglip_cpu_offload"
:
false
,
"dit_quantized_ckpt"
:
"/path/to/480p_t2v_fp8.safetensors"
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"qwen25vl_quantized_ckpt"
:
"/path/to/qwen25vl_fp8.safetensors"
,
"qwen25vl_quantized"
:
true
,
"qwen25vl_quant_scheme"
:
"fp8-q8f"
}
configs/hunyuan_video_15/5090/hy15_t2v_480p_bf16.json
0 → 100644
View file @
a1ebc651
{
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_t2v"
,
"fps"
:
24
,
"target_video_length"
:
121
,
"aspect_ratio"
:
"16:9"
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
5.0
,
"sample_guide_scale"
:
6.0
,
"enable_cfg"
:
true
,
"attn_type"
:
"sage_attn3"
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"vae_cpu_offload"
:
false
,
"byt5_cpu_offload"
:
false
,
"qwen25vl_cpu_offload"
:
true
,
"siglip_cpu_offload"
:
false
}
Prev
1
2
3
4
5
6
7
8
9
10
…
22
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