Skip to content

Commit b1273c0

Browse files
update wan21 doc (#869)
--------- Co-authored-by: helloyongyang <yongyang1030@163.com>
1 parent 2475b15 commit b1273c0

31 files changed

+951
-115
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"infer_steps": 4,
3+
"target_video_length": 81,
4+
"text_len": 512,
5+
"target_height": 480,
6+
"target_width": 832,
7+
"self_attn_1_type": "flash_attn3",
8+
"cross_attn_1_type": "flash_attn3",
9+
"cross_attn_2_type": "flash_attn3",
10+
"sample_guide_scale": 6,
11+
"sample_shift": 5,
12+
"enable_cfg": false,
13+
"cpu_offload": false,
14+
"offload_granularity": "model",
15+
"denoising_step_list": [1000, 750, 500, 250],
16+
"dit_quantized": true,
17+
"dit_quantized_ckpt": "lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_scaled_fp8_e4m3_lightx2v_4step.safetensors",
18+
"dit_quant_scheme": "fp8-sgl"
19+
}

configs/wan21/wan_i2v_distill_fp8_4step_cfg_ulysses.json renamed to configs/distill/wan21/wan_i2v_distill_fp8_4step_cfg_ulysses.json

File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"infer_steps": 4,
3+
"target_video_length": 81,
4+
"target_height": 480,
5+
"target_width": 832,
6+
"self_attn_1_type": "flash_attn3",
7+
"cross_attn_1_type": "flash_attn3",
8+
"cross_attn_2_type": "flash_attn3",
9+
"sample_guide_scale": 5,
10+
"sample_shift": 5,
11+
"enable_cfg": false,
12+
"cpu_offload": false,
13+
"offload_granularity": "model",
14+
"denoising_step_list": [1000, 750, 500, 250],
15+
"lora_configs": [
16+
{
17+
"path": "lightx2v/Wan2.1-Distill-Loras/wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors",
18+
"strength": 1.0
19+
}
20+
]
21+
}

configs/wan21/wan_i2v_distill_lora_4step_cfg_ulysses.json renamed to configs/distill/wan21/wan_i2v_distill_lora_4step_cfg_ulysses.json

File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"infer_steps": 4,
3+
"target_video_length": 81,
4+
"text_len": 512,
5+
"target_height": 480,
6+
"target_width": 832,
7+
"self_attn_1_type": "flash_attn3",
8+
"cross_attn_1_type": "flash_attn3",
9+
"cross_attn_2_type": "flash_attn3",
10+
"sample_guide_scale": 6,
11+
"sample_shift": 5,
12+
"enable_cfg": false,
13+
"cpu_offload": false,
14+
"offload_granularity": "model",
15+
"denoising_step_list": [1000, 750, 500, 250],
16+
"dit_original_ckpt": "lightx2v/Wan2.1-Distill-Models/wan2.1_i2v_480p_int8_lightx2v_4step.safetensors"
17+
18+
}

configs/wan21/wan_i2v_distill_model_4step_cfg_ulysses.json renamed to configs/distill/wan21/wan_i2v_distill_model_4step_cfg_ulysses.json

File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"infer_steps": 4,
3+
"target_video_length": 81,
4+
"text_len": 512,
5+
"target_height": 480,
6+
"target_width": 832,
7+
"self_attn_1_type": "flash_attn3",
8+
"cross_attn_1_type": "flash_attn3",
9+
"cross_attn_2_type": "flash_attn3",
10+
"sample_guide_scale": 6,
11+
"sample_shift": 5,
12+
"enable_cfg": false,
13+
"cpu_offload": false,
14+
"offload_granularity": "model",
15+
"denoising_step_list": [1000, 750, 500, 250],
16+
"dit_quantized": true,
17+
"dit_quantized_ckpt": "lightx2v/Wan2.1-Distill-Models/wan2.1_t2v_14b_scaled_fp8_e4m3_lightx2v_4step.safetensors",
18+
"dit_quant_scheme": "fp8-sgl"
19+
}

configs/wan21/wan_t2v_distill_fp8_4step_cfg_ulysses.json renamed to configs/distill/wan21/wan_t2v_distill_fp8_4step_cfg_ulysses.json

File renamed without changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"infer_steps": 4,
3+
"target_video_length": 81,
4+
"text_len": 512,
5+
"target_height": 480,
6+
"target_width": 832,
7+
"self_attn_1_type": "flash_attn3",
8+
"cross_attn_1_type": "flash_attn3",
9+
"cross_attn_2_type": "flash_attn3",
10+
"sample_guide_scale": 6,
11+
"sample_shift": 5,
12+
"enable_cfg": false,
13+
"cpu_offload": false,
14+
"offload_granularity": "model",
15+
"denoising_step_list": [1000, 750, 500, 250],
16+
"lora_configs": [
17+
{
18+
"path": "lightx2v/Wan2.1-Distill-Loras/wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors",
19+
"strength": 1.0
20+
}
21+
]
22+
}

configs/wan21/wan_t2v_distill_lora_4step_cfg_ulysses.json renamed to configs/distill/wan21/wan_t2v_distill_lora_4step_cfg_ulysses.json

File renamed without changes.

0 commit comments

Comments
 (0)