Skip to main content
Glama

MCP Flux Studio

by jmanhype

img2img

Transform images using AI by providing a reference image and text prompt to generate customized visuals. Features adjustable parameters like strength, width, and height for precise control over output.

Instructions

Generate an image using another image as reference

Input Schema

NameRequiredDescriptionDefault
heightNoOutput image height
imageYesInput image path
modelNoModel to use for generationflux.1.1-pro
nameYesName for the generation
outputNoOutput filenameoutputs/generated.jpg
promptYesText prompt for generation
strengthNoGeneration strength
widthNoOutput image width

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Output image height", "type": "number" }, "image": { "description": "Input image path", "type": "string" }, "model": { "default": "flux.1.1-pro", "description": "Model to use for generation", "enum": [ "flux.1.1-pro", "flux.1-pro", "flux.1-dev", "flux.1.1-ultra" ], "type": "string" }, "name": { "description": "Name for the generation", "type": "string" }, "output": { "default": "outputs/generated.jpg", "description": "Output filename", "type": "string" }, "prompt": { "description": "Text prompt for generation", "type": "string" }, "strength": { "default": 0.85, "description": "Generation strength", "type": "number" }, "width": { "description": "Output image width", "type": "number" } }, "required": [ "image", "prompt", "name" ], "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