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
576 additions
and
0 deletions
+576
-0
configs/wan22/wan_moe_i2v_distill.json
configs/wan22/wan_moe_i2v_distill.json
+30
-0
configs/wan22/wan_moe_i2v_distill_4090.json
configs/wan22/wan_moe_i2v_distill_4090.json
+32
-0
configs/wan22/wan_moe_i2v_distill_5090.json
configs/wan22/wan_moe_i2v_distill_5090.json
+32
-0
configs/wan22/wan_moe_i2v_distill_quant.json
configs/wan22/wan_moe_i2v_distill_quant.json
+34
-0
configs/wan22/wan_moe_i2v_distill_with_lora.json
configs/wan22/wan_moe_i2v_distill_with_lora.json
+40
-0
configs/wan22/wan_moe_t2v.json
configs/wan22/wan_moe_t2v.json
+21
-0
configs/wan22/wan_moe_t2v_distill.json
configs/wan22/wan_moe_t2v_distill.json
+29
-0
configs/wan22/wan_moe_t2v_distill_lora.json
configs/wan22/wan_moe_t2v_distill_lora.json
+39
-0
configs/wan22/wan_ti2v_i2v.json
configs/wan22/wan_ti2v_i2v.json
+25
-0
configs/wan22/wan_ti2v_i2v_4090.json
configs/wan22/wan_ti2v_i2v_4090.json
+26
-0
configs/wan22/wan_ti2v_t2v.json
configs/wan22/wan_ti2v_t2v.json
+24
-0
configs/wan22/wan_ti2v_t2v_4090.json
configs/wan22/wan_ti2v_t2v_4090.json
+25
-0
configs/wan22_vace/a800/bf16/wan22_moe_vace.json
configs/wan22_vace/a800/bf16/wan22_moe_vace.json
+21
-0
configs/wan22_vace/a800/bf16/wan22_moe_vace_cfg_parallel.json
...igs/wan22_vace/a800/bf16/wan22_moe_vace_cfg_parallel.json
+24
-0
configs/wan22_vace/a800/bf16/wan22_moe_vace_cfg_sp_parallel.json
.../wan22_vace/a800/bf16/wan22_moe_vace_cfg_sp_parallel.json
+26
-0
configs/wan22_vace/a800/int8/wan22_moe_vace.json
configs/wan22_vace/a800/int8/wan22_moe_vace.json
+23
-0
configs/wan22_vace/a800/int8/wan22_moe_vace_cfg_parallel.json
...igs/wan22_vace/a800/int8/wan22_moe_vace_cfg_parallel.json
+26
-0
configs/wan22_vace/a800/int8/wan22_moe_vace_cfg_sp_parallel.json
.../wan22_vace/a800/int8/wan22_moe_vace_cfg_sp_parallel.json
+28
-0
configs/worldplay/worldplay_ar_i2v_480p.json
configs/worldplay/worldplay_ar_i2v_480p.json
+33
-0
configs/worldplay/worldplay_bi_i2v_480p.json
configs/worldplay/worldplay_bi_i2v_480p.json
+38
-0
No files found.
Too many changes to show.
To preserve performance only
532 of 532+
files are displayed.
Plain diff
Email patch
configs/wan22/wan_moe_i2v_distill.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
[
3.5
,
3.5
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"use_image_encoder"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"high_noise_original_ckpt"
:
"lightx2v/Wan2.2-Distill-Models/wan2.2_i2v_A14b_high_noise_lightx2v_4step.safetensors"
,
"low_noise_original_ckpt"
:
"lightx2v/Wan2.2-Distill-Models/wan2.2_i2v_A14b_low_noise_lightx2v_4step.safetensors"
}
configs/wan22/wan_moe_i2v_distill_4090.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
[
3.5
,
3.5
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"use_image_encoder"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"fp8-q8f"
}
configs/wan22/wan_moe_i2v_distill_5090.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"sage_attn3"
,
"cross_attn_1_type"
:
"sage_attn3"
,
"cross_attn_2_type"
:
"sage_attn3"
,
"sample_guide_scale"
:
[
3.5
,
3.5
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"use_image_encoder"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"int8-q8f"
,
"t5_quantized"
:
true
,
"t5_quant_scheme"
:
"int8-q8f"
}
configs/wan22/wan_moe_i2v_distill_quant.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
[
3.5
,
3.5
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"use_image_encoder"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"fp8-sgl"
,
"t5_quantized"
:
false
,
"t5_quant_scheme"
:
"fp8-sgl"
,
"high_noise_quantized_ckpt"
:
"lightx2v/Wan2.2-Distill-Models/wan2.2_i2v_A14b_high_noise_scaled_fp8_e4m3_lightx2v_4step.safetensors"
,
"low_noise_quantized_ckpt"
:
"lightx2v/Wan2.2-Distill-Models/wan2.2_i2v_A14b_low_noise_scaled_fp8_e4m3_lightx2v_4step.safetensors"
}
configs/wan22/wan_moe_i2v_distill_with_lora.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
4
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"sage_attn2"
,
"cross_attn_1_type"
:
"sage_attn2"
,
"cross_attn_2_type"
:
"sage_attn2"
,
"sample_guide_scale"
:
[
3.5
,
3.5
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"use_image_encoder"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"name"
:
"high_noise_model"
,
"path"
:
"lightx2v/Wan2.2-Distill-Loras/wan2.2_i2v_A14b_high_noise_lora_rank64_lightx2v_4step_1022.safetensors"
,
"strength"
:
1.0
},
{
"name"
:
"low_noise_model"
,
"path"
:
"lightx2v/Wan2.2-Distill-Loras/wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors"
,
"strength"
:
1.0
}
]
}
configs/wan22/wan_moe_t2v.json
0 → 100755
View file @
e2778d0d
{
"infer_steps"
:
40
,
"target_video_length"
:
81
,
"text_len"
:
512
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
[
4.0
,
3.0
],
"sample_shift"
:
12.0
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.875
}
configs/wan22/wan_moe_t2v_distill.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"
:
[
4.0
,
3.0
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"high_noise_original_ckpt"
:
"Wan2.2-T2V-A14B/distill_models/high_noise_model/distill_model.safetensors"
,
"low_noise_original_ckpt"
:
"Wan2.2-T2V-A14B/distill_models/low_noise_model/distill_model.safetensors"
}
configs/wan22/wan_moe_t2v_distill_lora.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"
:
[
4.0
,
3.0
],
"sample_shift"
:
5.0
,
"enable_cfg"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary_step_index"
:
2
,
"denoising_step_list"
:
[
1000
,
750
,
500
,
250
],
"lora_configs"
:
[
{
"name"
:
"high_noise_model"
,
"path"
:
"lightx2v/Wan2.2-Distill-Loras/wan2.2_t2v_A14b_high_noise_lora_rank64_lightx2v_4step_1217.safetensors"
,
"strength"
:
1.0
},
{
"name"
:
"low_noise_model"
,
"path"
:
"lightx2v/Wan2.2-Distill-Loras/wan2.2_t2v_A14b_low_noise_lora_rank64_lightx2v_4step_1217.safetensors"
,
"strength"
:
1.0
}
]
}
configs/wan22/wan_ti2v_i2v.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
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"fps"
:
24
,
"use_image_encoder"
:
false
}
configs/wan22/wan_ti2v_i2v_4090.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
,
"fps"
:
24
,
"use_image_encoder"
:
false
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"vae_offload_cache"
:
true
}
configs/wan22/wan_ti2v_t2v.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
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"fps"
:
24
}
configs/wan22/wan_ti2v_t2v_4090.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
,
"fps"
:
24
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"vae_offload_cache"
:
true
}
configs/wan22_vace/a800/bf16/wan22_moe_vace.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
}
configs/wan22_vace/a800/bf16/wan22_moe_vace_cfg_parallel.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
,
"parallel"
:
{
"cfg_p_size"
:
2
}
}
configs/wan22_vace/a800/bf16/wan22_moe_vace_cfg_sp_parallel.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
,
"parallel"
:
{
"cfg_p_size"
:
2
,
"seq_p_size"
:
2
,
"seq_p_attn_type"
:
"ulysses"
}
}
configs/wan22_vace/a800/int8/wan22_moe_vace.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
,
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"int8-sgl"
}
configs/wan22_vace/a800/int8/wan22_moe_vace_cfg_parallel.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
,
"parallel"
:
{
"cfg_p_size"
:
2
},
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"int8-sgl"
}
configs/wan22_vace/a800/int8/wan22_moe_vace_cfg_sp_parallel.json
0 → 100755
View file @
e2778d0d
{
"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"
:
[
3.5
,
3.5
],
"sample_shift"
:
8
,
"enable_cfg"
:
true
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"model"
,
"t5_cpu_offload"
:
false
,
"vae_cpu_offload"
:
false
,
"boundary"
:
0.900
,
"use_image_encoder"
:
false
,
"parallel"
:
{
"cfg_p_size"
:
2
,
"seq_p_size"
:
2
,
"seq_p_attn_type"
:
"ulysses"
},
"dit_quantized"
:
true
,
"dit_quant_scheme"
:
"int8-sgl"
}
configs/worldplay/worldplay_ar_i2v_480p.json
0 → 100644
View file @
e2778d0d
{
"model_cls"
:
"worldplay_ar"
,
"task"
:
"i2v"
,
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_i2v"
,
"target_video_length"
:
125
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
7.0
,
"sample_guide_scale"
:
1.0
,
"enable_cfg"
:
false
,
"attn_type"
:
"flash_attn2"
,
"model_type"
:
"ar"
,
"chunk_latent_frames"
:
4
,
"memory_window_size"
:
8
,
"select_window_out_flag"
:
true
,
"use_prope"
:
true
,
"hidden_size"
:
2048
,
"heads_num"
:
16
,
"mm_double_blocks_depth"
:
54
,
"patch_size"
:
[
1
,
1
,
1
],
"rope_dim_list"
:
[
16
,
56
,
56
],
"rope_theta"
:
256
,
"in_channels"
:
32
,
"out_channels"
:
32
,
"feature_caching"
:
"NoCaching"
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"use_prompt_enhancer"
:
false
,
"use_image_encoder"
:
true
,
"seq_parallel"
:
false
,
"parallel"
:
{},
"is_sr_running"
:
false
}
configs/worldplay/worldplay_bi_i2v_480p.json
0 → 100644
View file @
e2778d0d
{
"model_cls"
:
"worldplay_bi"
,
"task"
:
"i2v"
,
"infer_steps"
:
50
,
"transformer_model_name"
:
"480p_i2v"
,
"target_video_length"
:
125
,
"vae_stride"
:
[
4
,
16
,
16
],
"sample_shift"
:
7.0
,
"sample_guide_scale"
:
6.0
,
"enable_cfg"
:
true
,
"attn_type"
:
"flash_attn2"
,
"model_type"
:
"bi"
,
"chunk_latent_frames"
:
16
,
"memory_frames"
:
20
,
"temporal_context_size"
:
12
,
"stabilization_level"
:
15
,
"use_prope"
:
true
,
"num_action_classes"
:
81
,
"hidden_size"
:
2048
,
"heads_num"
:
16
,
"mm_double_blocks_depth"
:
54
,
"mm_single_blocks_depth"
:
0
,
"patch_size"
:
[
1
,
1
,
1
],
"rope_dim_list"
:
[
16
,
56
,
56
],
"rope_theta"
:
256
,
"in_channels"
:
32
,
"out_channels"
:
32
,
"feature_caching"
:
"NoCaching"
,
"cpu_offload"
:
true
,
"offload_granularity"
:
"block"
,
"use_prompt_enhancer"
:
false
,
"use_image_encoder"
:
true
,
"use_bi_model_as_main"
:
true
,
"seq_parallel"
:
false
,
"cfg_parallel"
:
false
,
"parallel"
:
{},
"is_sr_running"
:
false
}
Prev
1
…
13
14
15
16
17
18
19
20
21
…
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