Unverified Commit b19d2ca2 authored by STwangyingrui's avatar STwangyingrui Committed by GitHub
Browse files
parent 1e42d3d3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
"video_duration": 5, "video_duration": 5,
"audio_sr": 16000, "audio_sr": 16000,
"target_video_length": 81, "target_video_length": 81,
"self_attn_1_type": "sage_attn3", "self_attn_1_type": "sage_attn2",
"cross_attn_1_type": "sage_attn3", "cross_attn_1_type": "sage_attn2",
"cross_attn_2_type": "sage_attn3", "cross_attn_2_type": "sage_attn2",
"sample_guide_scale": 1, "sample_guide_scale": 1,
"sample_shift": 5, "sample_shift": 5,
"enable_cfg": false, "enable_cfg": false,
...@@ -14,16 +14,16 @@ ...@@ -14,16 +14,16 @@
"cpu_offload": false, "cpu_offload": false,
"offload_granularity": "block", "offload_granularity": "block",
"offload_ratio": 1, "offload_ratio": 1,
"t5_cpu_offload": false, "t5_cpu_offload": true,
"t5_quantized": true, "t5_quantized": true,
"t5_quant_scheme": "int8-q8f", "t5_quant_scheme": "int8-q8f",
"clip_cpu_offload": false, "clip_cpu_offload": true,
"clip_quantized": false, "clip_quantized": false,
"audio_encoder_cpu_offload": false, "audio_encoder_cpu_offload": true,
"audio_adapter_cpu_offload": false, "audio_adapter_cpu_offload": true,
"adapter_quantized": true, "adapter_quantized": true,
"adapter_quant_scheme": "int8-q8f", "adapter_quant_scheme": "int8-q8f",
"vae_cpu_offload": false, "vae_cpu_offload": true,
"use_tiling_vae": false, "use_tiling_vae": false,
"dit_quantized": true, "dit_quantized": true,
"dit_quant_scheme": "int8-q8f", "dit_quant_scheme": "int8-q8f",
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
"parallel": { "parallel": {
"seq_p_size": 8, "seq_p_size": 8,
"seq_p_fp8_comm": true, "seq_p_fp8_comm": true,
"seq_p_attn_type": "ulysses" "seq_p_attn_type": "ulysses-4090"
} }
} }
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment