qwen_image_i2i_2511_kernel.json 867 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
{
    "infer_steps": 40,
    "prompt_template_encode": "<|im_start|>system\nDescribe the key features of the input image (color, shape, size, texture, objects, background), then explain how the user's text instruction should alter or modify the image. Generate a new image that meets the user's requirements while maintaining consistency with the original input where appropriate.<|im_end|>\n<|im_start|>user\n{}<|im_end|>\n<|im_start|>assistant\n",
    "prompt_template_encode_start_idx": 64,
    "resize_mode": "adaptive",
    "attn_type": "flash_attn3",
    "enable_cfg": true,
    "sample_guide_scale": 4.0,
    "vae_scale_factor": 8,
    "CONDITION_IMAGE_SIZE": 147456,
    "USE_IMAGE_ID_IN_PROMPT": true,
    "text_encoder_type": "lightllm_kernel",
    "lightllm_config": {
        "use_flash_attention_kernel": true,
        "use_rmsnorm_kernel": true
    }
}