ComfyUI / workflows /api /qwen-edit-turbo.json
aleph65's picture
Add remaining API-format workflows; converter fixes (subgraph promoted inputs, rgthree loras, undeclared seed-control widgets)
6d8bd76 verified
Raw
History Blame Contribute Delete
5.42 kB
{
"170:145": {
"class_type": "ModelSamplingAuraFlow",
"inputs": {
"model": [
"170:161",
0
],
"shift": 3.1
}
},
"170:146": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "qwen_image_vae.safetensors"
}
},
"170:147": {
"class_type": "FluxKontextMultiReferenceLatentMethod",
"inputs": {
"conditioning": [
"170:149",
0
],
"reference_latents_method": "index_timestep_zero"
}
},
"170:148": {
"class_type": "FluxKontextMultiReferenceLatentMethod",
"inputs": {
"conditioning": [
"170:151",
0
],
"reference_latents_method": "index_timestep_zero"
}
},
"170:149": {
"class_type": "TextEncodeQwenImageEditPlus",
"inputs": {
"clip": [
"170:162",
0
],
"image1": [
"170:160",
0
],
"image2": [
"83",
0
],
"prompt": "",
"vae": [
"170:146",
0
]
}
},
"170:151": {
"_meta": {
"title": "TextEncodeQwenImageEditPlus (Positive)"
},
"class_type": "TextEncodeQwenImageEditPlus",
"inputs": {
"clip": [
"170:162",
0
],
"image1": [
"170:160",
0
],
"image2": [
"83",
0
],
"prompt": "replace the outfit of the subject in the first image with the outfit in the second image, don't change anything else",
"vae": [
"170:146",
0
]
}
},
"170:152": {
"class_type": "CFGNorm",
"inputs": {
"model": [
"170:145",
0
],
"pre_cfg": false,
"strength": 1
}
},
"170:153": {
"class_type": "LoraLoaderModelOnly",
"inputs": {
"lora_name": "Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
"model": [
"170:152",
0
],
"strength_model": 1
}
},
"170:154": {
"_meta": {
"title": "CFG"
},
"class_type": "PrimitiveFloat",
"inputs": {
"value": 4
}
},
"170:155": {
"_meta": {
"title": "CFG"
},
"class_type": "PrimitiveFloat",
"inputs": {
"value": 1
}
},
"170:156": {
"class_type": "VAEEncode",
"inputs": {
"pixels": [
"170:160",
0
],
"vae": [
"170:146",
0
]
}
},
"170:158": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"170:169",
0
],
"vae": [
"170:146",
0
]
}
},
"170:160": {
"class_type": "FluxKontextImageScale",
"inputs": {
"image": [
"41",
0
]
}
},
"170:161": {
"class_type": "UNETLoader",
"inputs": {
"unet_name": "qwen_image_edit_2511_bf16.safetensors",
"weight_dtype": "default"
}
},
"170:162": {
"class_type": "CLIPLoader",
"inputs": {
"clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
"device": "default",
"type": "qwen_image"
}
},
"170:163": {
"_meta": {
"title": "Switch (Model)"
},
"class_type": "ComfySwitchNode",
"inputs": {
"on_false": [
"170:152",
0
],
"on_true": [
"170:153",
0
],
"switch": [
"170:168",
0
]
}
},
"170:164": {
"_meta": {
"title": "Switch (CFG)"
},
"class_type": "ComfySwitchNode",
"inputs": {
"on_false": [
"170:154",
0
],
"on_true": [
"170:155",
0
],
"switch": [
"170:168",
0
]
}
},
"170:165": {
"_meta": {
"title": "Steps"
},
"class_type": "PrimitiveInt",
"inputs": {
"value": 4
}
},
"170:166": {
"_meta": {
"title": "Steps"
},
"class_type": "PrimitiveInt",
"inputs": {
"value": 40
}
},
"170:167": {
"_meta": {
"title": "Switch (Steps)"
},
"class_type": "ComfySwitchNode",
"inputs": {
"on_false": [
"170:166",
0
],
"on_true": [
"170:165",
0
],
"switch": [
"170:168",
0
]
}
},
"170:168": {
"_meta": {
"title": "Enable 4steps LoRA?"
},
"class_type": "PrimitiveBoolean",
"inputs": {
"value": true
}
},
"170:169": {
"class_type": "KSampler",
"inputs": {
"cfg": [
"170:164",
0
],
"denoise": 1,
"latent_image": [
"170:156",
0
],
"model": [
"170:163",
0
],
"negative": [
"170:147",
0
],
"positive": [
"170:148",
0
],
"sampler_name": "euler",
"scheduler": "simple",
"seed": 737456874669845,
"steps": [
"170:167",
0
]
}
},
"41": {
"class_type": "LoadImage",
"inputs": {
"image": "view_cropped_4x5-nanobanana-20260707-161340-place-the-subject-in-the-second-image-into-the-f-r03-i01.jpg"
}
},
"83": {
"class_type": "LoadImage",
"inputs": {
"image": "body 2.jpg"
}
},
"9": {
"class_type": "SaveImage",
"inputs": {
"filename_prefix": "Qwen_Edit_2511",
"images": [
"170:158",
0
]
}
}
}