instructdesign-kontext / workflow /workflow_api.json
Tan
Upload ComfyUI workflow configuration
3ddffde verified
{
"6": {
"inputs": {
"text": "",
"clip": [
"249",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Positive Prompt)"
}
},
"8": {
"inputs": {
"samples": [
"31",
0
],
"vae": [
"39",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"31": {
"inputs": {
"seed": 993480294246291,
"steps": 20,
"cfg": 1,
"sampler_name": "er_sde",
"scheduler": "kl_optimal",
"denoise": 1,
"model": [
"249",
0
],
"positive": [
"35",
0
],
"negative": [
"135",
0
],
"latent_image": [
"258",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"35": {
"inputs": {
"guidance": 5,
"conditioning": [
"177",
0
]
},
"class_type": "FluxGuidance",
"_meta": {
"title": "FluxGuidance"
}
},
"37": {
"inputs": {
"unet_name": "flux1-kontext-dev.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"38": {
"inputs": {
"clip_name1": "clip_l.safetensors",
"clip_name2": "t5xxl_fp8_e4m3fn_scaled.safetensors",
"type": "flux",
"device": "default"
},
"class_type": "DualCLIPLoader",
"_meta": {
"title": "DualCLIPLoader"
}
},
"39": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"42": {
"inputs": {
"image": [
"248",
0
]
},
"class_type": "FluxKontextImageScale",
"_meta": {
"title": "FluxKontextImageScale"
}
},
"124": {
"inputs": {
"pixels": [
"42",
0
],
"vae": [
"39",
0
]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAE Encode"
}
},
"135": {
"inputs": {
"conditioning": [
"261",
0
]
},
"class_type": "ConditioningZeroOut",
"_meta": {
"title": "ConditioningZeroOut"
}
},
"177": {
"inputs": {
"conditioning": [
"6",
0
],
"latent": [
"124",
0
]
},
"class_type": "ReferenceLatent",
"_meta": {
"title": "ReferenceLatent"
}
},
"247": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"248": {
"inputs": {
"image": "Screenshot 2025-09-22 at 13.19.59.png"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"249": {
"inputs": {
"lora_name": "flux_kontext_lora_v4_consolidated_000010000.safetensors",
"strength_model": 1.0000000000000002,
"strength_clip": 1.0000000000000002,
"model": [
"37",
0
],
"clip": [
"38",
0
]
},
"class_type": "LoraLoader",
"_meta": {
"title": "Load LoRA"
}
},
"258": {
"inputs": {
"amount": 1,
"samples": [
"124",
0
]
},
"class_type": "RepeatLatentBatch",
"_meta": {
"title": "Repeat Latent Batch"
}
},
"261": {
"inputs": {
"text": "",
"clip": [
"249",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Negative Prompt)"
}
}
}