qwen_image_i2i_layered.json 657 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": 50,
    "prompt_template_encode": "<|im_start|>system\nDescribe the image by detailing the color, shape, size, texture, quantity, text, spatial relationships of the objects and background:<|im_end|>\n<|im_start|>user\n{}<|im_end|>\n<|im_start|>assistant\n",
    "prompt_template_encode_start_idx": 34,
    "resize_mode": "adaptive",
    "attn_type": "flash_attn3",
    "enable_cfg": true,
    "sample_guide_scale": 4.0,
    "USE_IMAGE_ID_IN_PROMPT": true,
    "layered": true,
    "layers": 4,
    "resolution": 640,
    "use_en_prompt": true,
    "use_additional_t_cond": true,
    "use_layer3d_rope": true,
    "rope_type": "torch"
}