z_image_turbo_t2i_offload.json 545 Bytes
Newer Older
litzh's avatar
litzh committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "aspect_ratio": "16:9",
    "num_channels_latents": 16,
    "infer_steps": 9,
    "attn_type": "flash_attn3",
    "enable_cfg": false,
    "sample_guide_scale": 0.0,
    "patch_size": 2,
    "cpu_offload": true,
    "offload_granularity": "model",
    "qwen3_quantized": true,
    "qwen3_quant_scheme": "int4",
    "qwen3_quantized_ckpt": "JunHowie/Qwen3-4B-GPTQ-Int4",
    "dit_quantized": true,
    "dit_quant_scheme": "fp8-sgl",
    "dit_quantized_ckpt": "lightx2v/Z-Image-Turbo-Quantized/z_image_turbo_scaled_fp8_e4m3fn.safetensors"
}