ComfyUI/tests/inference/workflows/flux-inpainting-0.json
doctorpangloss 79b8723f61 Various fixes
- Fix 16 bit exif saving for PNGs
 - Validate alternative filenames correctly
 - Improve speed of test workflows by setting steps to 1
2025-09-17 16:04:05 -07:00

201 lines
3.3 KiB
JSON

{
"3": {
"inputs": {
"seed": 164211176398261,
"steps": 1,
"cfg": 1,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 1,
"model": [
"39",
0
],
"positive": [
"38",
0
],
"negative": [
"38",
1
],
"latent_image": [
"38",
2
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"7": {
"inputs": {
"text": "",
"clip": [
"34",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Negative Prompt)"
}
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"32",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"23": {
"inputs": {
"text": "beautiful scenery",
"clip": [
"34",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Positive Prompt)"
}
},
"26": {
"inputs": {
"guidance": 30,
"conditioning": [
"23",
0
]
},
"class_type": "FluxGuidance",
"_meta": {
"title": "FluxGuidance"
}
},
"31": {
"inputs": {
"unet_name": "flux1-fill-dev.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"32": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"34": {
"inputs": {
"clip_name1": "clip_l.safetensors",
"clip_name2": "t5xxl_fp16.safetensors",
"type": "flux"
},
"class_type": "DualCLIPLoader",
"_meta": {
"title": "DualCLIPLoader"
}
},
"38": {
"inputs": {
"noise_mask": false,
"positive": [
"26",
0
],
"negative": [
"7",
0
],
"vae": [
"32",
0
],
"pixels": [
"44",
0
],
"mask": [
"44",
1
]
},
"class_type": "InpaintModelConditioning",
"_meta": {
"title": "InpaintModelConditioning"
}
},
"39": {
"inputs": {
"model": [
"31",
0
]
},
"class_type": "DifferentialDiffusion",
"_meta": {
"title": "Differential Diffusion"
}
},
"44": {
"inputs": {
"left": 400,
"top": 0,
"right": 400,
"bottom": 400,
"feathering": 24,
"image": [
"45",
0
]
},
"class_type": "ImagePadForOutpaint",
"_meta": {
"title": "Pad Image for Outpainting"
}
},
"45": {
"inputs": {
"value": "https://comfyanonymous.github.io/ComfyUI_examples/flux/flux_fill_inpaint_example.png",
"name": "",
"title": "",
"description": "",
"__required": true
},
"class_type": "ImageRequestParameter",
"_meta": {
"title": "ImageRequestParameter"
}
}
}