We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zturner1/comfyui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"1": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "SD15/dreamshaper_8.safetensors"
}
},
"2": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "SD15/vae-ft-mse-840000-ema-pruned.safetensors"
}
},
"3": {
"class_type": "LoadImage",
"inputs": {
"image": "input.png"
}
},
"4": {
"class_type": "VAEEncode",
"inputs": {
"pixels": ["3", 0],
"vae": ["2", 0]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "a beautiful painting, highly detailed, masterpiece",
"clip": ["1", 1]
}
},
"6": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "ugly, blurry, low quality, watermark, text",
"clip": ["1", 1]
}
},
"7": {
"class_type": "KSampler",
"inputs": {
"seed": 0,
"steps": 20,
"cfg": 7.0,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 0.6,
"model": ["1", 0],
"positive": ["5", 0],
"negative": ["6", 0],
"latent_image": ["4", 0]
}
},
"8": {
"class_type": "VAEDecode",
"inputs": {
"samples": ["7", 0],
"vae": ["2", 0]
}
},
"9": {
"class_type": "SaveImage",
"inputs": {
"filename_prefix": "sd15_img2img",
"images": ["8", 0]
}
}
}