ComfyUI/tests/inference/workflows/flux-compile-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

205 lines
3.4 KiB
JSON

{
"8": {
"inputs": {
"samples": [
"16",
0
],
"vae": [
"14",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"9": {
"inputs": {
"filename_prefix": "comfyui_",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"13": {
"inputs": {
"clip_name1": "clip_l.safetensors",
"clip_name2": "t5xxl_fp16.safetensors",
"type": "flux"
},
"class_type": "DualCLIPLoader",
"_meta": {
"title": "DualCLIPLoader"
}
},
"14": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"15": {
"inputs": {
"text": "A photoreal image of a Nike Air Force 1 shoe in black, with a red Nike swoosh and red sole. The interior of the shoe is blue, and the laces are bright green.",
"clip": [
"13",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"16": {
"inputs": {
"noise": [
"17",
0
],
"guider": [
"18",
0
],
"sampler": [
"21",
0
],
"sigmas": [
"22",
0
],
"latent_image": [
"49",
0
]
},
"class_type": "SamplerCustomAdvanced",
"_meta": {
"title": "SamplerCustomAdvanced"
}
},
"17": {
"inputs": {
"noise_seed": 1
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
"18": {
"inputs": {
"model": [
"51",
0
],
"conditioning": [
"19",
0
]
},
"class_type": "BasicGuider",
"_meta": {
"title": "BasicGuider"
}
},
"19": {
"inputs": {
"guidance": 5,
"conditioning": [
"15",
0
]
},
"class_type": "FluxGuidance",
"_meta": {
"title": "FluxGuidance"
}
},
"21": {
"inputs": {
"sampler_name": "euler"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"22": {
"inputs": {
"scheduler": "normal",
"steps": 1,
"denoise": 1,
"model": [
"51",
0
]
},
"class_type": "BasicScheduler",
"_meta": {
"title": "BasicScheduler"
}
},
"23": {
"inputs": {
"vae": [
"14",
0
]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAE Encode"
}
},
"49": {
"inputs": {
"width": 256,
"height": 256,
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"51": {
"inputs": {
"object_patch": "diffusion_model",
"fullgraph": false,
"dynamic": false,
"backend": "inductor",
"mode": "reduce-overhead",
"torch_tensorrt_optimization_level": 3,
"model": [
"53",
0
]
},
"class_type": "TorchCompileModel",
"_meta": {
"title": "TorchCompileModel"
}
},
"53": {
"inputs": {
"unet_name": "flux1-dev.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
}
}