qwen_image_i2i_block.json 748 Bytes
Newer Older
litzh's avatar
litzh committed
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "infer_steps": 50,
    "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,
    "cpu_offload": true,
    "offload_granularity": "block",
    "CONDITION_IMAGE_SIZE": 1048576,
    "USE_IMAGE_ID_IN_PROMPT": false
}