Skip to main content
Glama

ComfyUI MCP Server

by Overseer66

text_to_image

Convert text prompts into custom images using specified parameters like seed, steps, cfg scale, and denoise strength with ComfyUI MCP Server integration.

Instructions

Generate an image from a prompt.

Args: prompt: The prompt to generate the image from. seed: The seed to use for the image generation. steps: The number of steps to use for the image generation. cfg: The CFG scale to use for the image generation. denoise: The denoise strength to use for the image generation.

Input Schema

NameRequiredDescriptionDefault
cfgYes
denoiseYes
promptYes
seedYes
stepsYes

Input Schema (JSON Schema)

{ "properties": { "cfg": { "title": "Cfg", "type": "number" }, "denoise": { "title": "Denoise", "type": "number" }, "prompt": { "title": "Prompt", "type": "string" }, "seed": { "title": "Seed", "type": "integer" }, "steps": { "title": "Steps", "type": "integer" } }, "required": [ "prompt", "seed", "steps", "cfg", "denoise" ], "title": "text_to_imageArguments", "type": "object" }
Install Server

Other Tools from ComfyUI MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Overseer66/comfyui-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server