Skip to main content
Glama

MCP Flux Studio

by jmanhype

control

Generate controlled AI images using structural inputs like canny, depth, or pose to guide image creation, based on text prompts and control image paths.

Instructions

Generate an image using structural control

Input Schema

NameRequiredDescriptionDefault
guidanceNoGuidance scale
imageYesInput control image path
outputNoOutput filename
promptYesText prompt for generation
stepsNoNumber of inference steps
typeYesType of control to use

Input Schema (JSON Schema)

{ "properties": { "guidance": { "description": "Guidance scale", "type": "number" }, "image": { "description": "Input control image path", "type": "string" }, "output": { "description": "Output filename", "type": "string" }, "prompt": { "description": "Text prompt for generation", "type": "string" }, "steps": { "default": 50, "description": "Number of inference steps", "type": "number" }, "type": { "description": "Type of control to use", "enum": [ "canny", "depth", "pose" ], "type": "string" } }, "required": [ "type", "image", "prompt" ], "type": "object" }

Other Tools from MCP Flux Studio

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/jmanhype/mcp-flux-studio'

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