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
Bw-bestperf
Wan2.1-14B-480P-INT8-Lightx2v
Commits
e2778d0d
Commit
e2778d0d
authored
Feb 05, 2026
by
litzh
Browse files
Initial commit
parents
Pipeline
#3370
canceled with stages
Changes
532
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
410 additions
and
0 deletions
+410
-0
configs/dist_infer/wan22_ti2v_t2v_cfg.json
configs/dist_infer/wan22_ti2v_t2v_cfg.json
+24
-0
configs/dist_infer/wan22_ti2v_t2v_cfg_ulysses.json
configs/dist_infer/wan22_ti2v_t2v_cfg_ulysses.json
+26
-0
configs/dist_infer/wan22_ti2v_t2v_ulysses.json
configs/dist_infer/wan22_ti2v_t2v_ulysses.json
+25
-0
configs/dist_infer/wan_i2v_dist_cfg_ulysses.json
configs/dist_infer/wan_i2v_dist_cfg_ulysses.json
+18
-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/wan21/wan_i2v_distill_fp8_4step_cfg.json
configs/distill/wan21/wan_i2v_distill_fp8_4step_cfg.json
+19
-0
configs/distill/wan21/wan_i2v_distill_fp8_4step_cfg_ulysses.json
.../distill/wan21/wan_i2v_distill_fp8_4step_cfg_ulysses.json
+23
-0
configs/distill/wan21/wan_i2v_distill_lora_4step_cfg.json
configs/distill/wan21/wan_i2v_distill_lora_4step_cfg.json
+21
-0
configs/distill/wan21/wan_i2v_distill_lora_4step_cfg_ulysses.json
...distill/wan21/wan_i2v_distill_lora_4step_cfg_ulysses.json
+26
-0
configs/distill/wan21/wan_i2v_distill_model_4step_cfg.json
configs/distill/wan21/wan_i2v_distill_model_4step_cfg.json
+18
-0
configs/distill/wan21/wan_i2v_distill_model_4step_cfg_ulysses.json
...istill/wan21/wan_i2v_distill_model_4step_cfg_ulysses.json
+21
-0
configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg.json
configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg.json
+19
-0
configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg_ulysses.json
.../distill/wan21/wan_t2v_distill_fp8_4step_cfg_ulysses.json
+23
-0
configs/distill/wan21/wan_t2v_distill_lora_4step_cfg.json
configs/distill/wan21/wan_t2v_distill_lora_4step_cfg.json
+22
-0
No files found.
Too many changes to show.
To preserve performance only
532 of 532+
files are displayed.
Plain diff
Email patch
configs/dist_infer/wan22_ti2v_t2v_cfg.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
50
,
"target_video_length"
:
121
,
"text_len"
:
512
,
"target_height"
:
704
,
"target_width"
:
1280
,
"num_channels_latents"
:
48
,
"vae_stride"
:
[
4
,
16
,
16
],
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5.0
,
"sample_shift"
:
5.0
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"fps"
:
24
,
"parallel"
:
{
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan22_ti2v_t2v_cfg_ulysses.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
50
,
"target_video_length"
:
121
,
"text_len"
:
512
,
"target_height"
:
704
,
"target_width"
:
1280
,
"num_channels_latents"
:
48
,
"vae_stride"
:
[
4
,
16
,
16
],
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5.0
,
"sample_shift"
:
5.0
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"fps"
:
24
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan22_ti2v_t2v_ulysses.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
50
,
"target_video_length"
:
121
,
"text_len"
:
512
,
"target_height"
:
704
,
"target_width"
:
1280
,
"num_channels_latents"
:
48
,
"vae_stride"
:
[
4
,
16
,
16
],
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5.0
,
"sample_shift"
:
5.0
,
"enable_cfg"
:
true
,
"cpu_offload"
:
false
,
"fps"
:
24
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
}
}
configs/dist_infer/wan_i2v_dist_cfg_ulysses.json
0 → 100644
View file @
e2778d0d
{
"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"
,
"cfg_p_size"
:
2
}
}
configs/dist_infer/wan_i2v_dist_ring.json
0 → 100644
View file @
e2778d0d
{
"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 @
e2778d0d
{
"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 → 100755
View file @
e2778d0d
{
"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 → 100755
View file @
e2778d0d
{
"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 → 100755
View file @
e2778d0d
{
"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 @
e2778d0d
{
"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 @
e2778d0d
{
"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/wan21/wan_i2v_distill_fp8_4step_cfg.json
0 → 100644
View file @
e2778d0d
{
"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
,
"offload_granularity"
:
"model"
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quantized_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_scaled_fp8_e4m3_lightx2v_4step.safetensors"
,
"dit_quant_scheme"
:
"fp8-sgl"
}
configs/distill/wan21/wan_i2v_distill_fp8_4step_cfg_ulysses.json
0 → 100644
View file @
e2778d0d
{
"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
],
"dit_quantized"
:
true
,
"dit_quantized_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_scaled_fp8_e4m3_lightx2v_4step.safetensors"
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/distill/wan21/wan_i2v_distill_lora_4step_cfg.json
0 → 100755
View file @
e2778d0d
{
"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
,
"offload_granularity"
:
"model"
,
"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/wan21/wan_i2v_distill_lora_4step_cfg_ulysses.json
0 → 100644
View file @
e2778d0d
{
"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_i2v_lora_rank64_lightx2v_4step.safetensors"
,
"strength"
:
1.0
}
],
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/distill/wan21/wan_i2v_distill_model_4step_cfg.json
0 → 100644
View file @
e2778d0d
{
"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
,
"offload_granularity"
:
"model"
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_original_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_int8_lightx2v_4step.safetensors"
}
configs/distill/wan21/wan_i2v_distill_model_4step_cfg_ulysses.json
0 → 100644
View file @
e2778d0d
{
"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
],
"dit_original_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_lightx2v_4step.safetensors"
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg.json
0 → 100644
View file @
e2778d0d
{
"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
,
"offload_granularity"
:
"model"
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quantized_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_t2v_14b_scaled_fp8_e4m3_lightx2v_4step.safetensors"
,
"dit_quant_scheme"
:
"fp8-sgl"
}
configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg_ulysses.json
0 → 100644
View file @
e2778d0d
{
"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
],
"dit_quantized"
:
true
,
"dit_quantized_ckpt"
:
"lightx2v/Wan2.1-Distill-Models/wan2.1_t2v_14b_scaled_fp8_e4m3_lightx2v_4step.safetensors"
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"parallel"
:
{
"seq_p_size"
:
4
,
"seq_p_attn_type"
:
"ulysses"
,
"cfg_p_size"
:
2
}
}
configs/distill/wan21/wan_t2v_distill_lora_4step_cfg.json
0 → 100755
View file @
e2778d0d
{
"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
,
"offload_granularity"
:
"model"
,
"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
}
]
}
Prev
1
…
3
4
5
6
7
8
9
10
11
…
27
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