Unverified Commit 226e71e1 authored by gushiqiao's avatar gushiqiao Committed by GitHub
Browse files

update configs

parent 37c5cfc5
......@@ -29,6 +29,6 @@
"t5_quant_scheme": "int8-q8f",
"parallel": {
"seq_p_size": 8,
"seq_p_attn_type": "ulysses"
"seq_p_attn_type": "ulysses-4090"
}
}
{
"infer_steps": 4,
"target_fps": 16,
"video_duration": 360,
"audio_sr": 16000,
"target_video_length": 81,
"resize_mode": "adaptive",
"self_attn_1_type": "sage_attn2",
"cross_attn_1_type": "sage_attn2",
"cross_attn_2_type": "sage_attn2",
"sample_guide_scale": 1,
"sample_shift": 5,
"enable_cfg": false,
"use_31_block": false,
"cpu_offload": true,
"offload_granularity": "block",
"offload_ratio": 1,
"t5_cpu_offload": false,
"t5_quantized": true,
"t5_quant_scheme": "fp8-q8f",
"clip_cpu_offload": false,
"clip_quantized": true,
"clip_quant_scheme": "fp8-q8f",
"audio_encoder_cpu_offload": false,
"audio_adapter_cpu_offload": false,
"adapter_quantized": true,
"adapter_quant_scheme": "fp8-q8f",
"vae_cpu_offload": false,
"use_tiling_vae": false,
"dit_quantized": true,
"dit_quant_scheme": "fp8-q8f",
"parallel": {
"seq_p_size": 8,
"seq_p_attn_type": "ulysses-4090"
}
}
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