fluxq4-workflow / flux-q4-gguf-workflow-api.json
GraydientPlatformAPI's picture
Upload 2 files
90b1c0a verified
{
"5": {
"inputs": {
"seed": 0,
"steps": 40,
"cfg": 1,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 1,
"model": [
"23",
0
],
"positive": [
"22",
0
],
"negative": [
"39",
0
],
"latent_image": [
"20",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"7": {
"inputs": {
"samples": [
"5",
0
],
"vae": [
"8",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"8": {
"inputs": {
"vae_name": "flux_vae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"20": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "Empty Latent Image"
}
},
"22": {
"inputs": {
"text": "",
"clip": [
"28",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Positive"
}
},
"23": {
"inputs": {
"unet_name": "flux1-dev-Q4_0.gguf"
},
"class_type": "UnetLoaderGGUF",
"_meta": {
"title": "Unet Loader (GGUF)"
}
},
"28": {
"inputs": {
"clip_name1": "t5xxl_fp16.safetensors",
"clip_name2": "clip-vit-large-patch14.bin",
"type": "flux"
},
"class_type": "DualCLIPLoader",
"_meta": {
"title": "DualCLIPLoader"
}
},
"34": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"7",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"39": {
"inputs": {
"text": "",
"clip": [
"28",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Negative"
}
}
}