Skip to main content
Glama

Flux Schnell Server

by m-mcp

image_generation

Generate custom images from text prompts using the Flux Schnell Server. Specify dimensions, seed values, and prompts to create unique visuals in base64 format.

Instructions

Generate an image from a prompt. Args: prompt (str): 生成图片的提示词 image_size (int, optional): 生成图片的大小. Defaults to 512. Returns: str: 生成的图片的base64编码

Input Schema

NameRequiredDescriptionDefault
image_heightNo
image_widthNo
promptYes
seedNo

Input Schema (JSON Schema)

{ "properties": { "image_height": { "default": 512, "title": "Image Height", "type": "integer" }, "image_width": { "default": 512, "title": "Image Width", "type": "integer" }, "prompt": { "title": "Prompt", "type": "string" }, "seed": { "default": 3, "title": "Seed", "type": "integer" } }, "required": [ "prompt" ], "title": "image_generationArguments", "type": "object" }
Install Server

Other Tools from Flux Schnell 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/m-mcp/flux-schnell-server'

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