exported_API / workflow_api.json
Lupara90's picture
Upload workflow_api.json
5494237 verified
Raw
History Blame Contribute Delete
1.77 kB
{
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"65",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"65": {
"inputs": {
"samples": [
"70",
0
],
"vae": [
"73",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"67": {
"inputs": {
"text": "",
"clip": [
"73",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "pos"
}
},
"68": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"70": {
"inputs": {
"seed": 477268495581030,
"steps": 26,
"cfg": 7.7,
"sampler_name": "dpmpp_3m_sde",
"scheduler": "karras",
"denoise": 1,
"model": [
"73",
0
],
"positive": [
"67",
0
],
"negative": [
"71",
0
],
"latent_image": [
"68",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"71": {
"inputs": {
"text": "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs, extra wings",
"clip": [
"73",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "neg"
}
},
"73": {
"inputs": {
"ckpt_name": "epicphotogasm_ultimateFidelity.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
}
}