Skip to main content
Glama

MCP Flux Studio

by jmanhype

inpaint

Remove objects or defects from images by masking specific areas and using text prompts to generate replacements, tailored for advanced image manipulation workflows.

Instructions

Inpaint an image using a mask

Input Schema

NameRequiredDescriptionDefault
imageYesInput image path
mask_shapeNoShape of the maskcircle
outputNoOutput filenameinpainted.jpg
positionNoPosition of the maskcenter
promptYesText prompt for inpainting

Input Schema (JSON Schema)

{ "properties": { "image": { "description": "Input image path", "type": "string" }, "mask_shape": { "default": "circle", "description": "Shape of the mask", "enum": [ "circle", "rectangle" ], "type": "string" }, "output": { "default": "inpainted.jpg", "description": "Output filename", "type": "string" }, "position": { "default": "center", "description": "Position of the mask", "enum": [ "center", "ground" ], "type": "string" }, "prompt": { "description": "Text prompt for inpainting", "type": "string" } }, "required": [ "image", "prompt" ], "type": "object" }

You must be authenticated.

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