Skip to main content
Glama

mcp-hfspace

by evalstate

FLUX_1-schnell-infer

Generate images from text prompts using the FLUX.1-schnell endpoint on the MCP server. Specify dimensions, steps, and seed for customizable outputs.

Instructions

Call the FLUX.1-schnell endpoint /infer

Input Schema

NameRequiredDescriptionDefault
heightNoHeight
num_inference_stepsNoNumber of inference steps
promptYesPrompt
randomize_seedNoRandomize seed
seedNoSeed
widthNoWidth

Input Schema (JSON Schema)

{ "properties": { "height": { "default": 1024, "description": "Height", "examples": [ 256 ], "type": "number" }, "num_inference_steps": { "default": 4, "description": "Number of inference steps", "examples": [ 1 ], "type": "number" }, "prompt": { "description": "Prompt", "examples": [ "Hello!!" ], "type": "string" }, "randomize_seed": { "default": true, "description": "Randomize seed", "examples": [ true ], "type": "boolean" }, "seed": { "default": 0, "description": "Seed", "type": "number" }, "width": { "default": 1024, "description": "Width", "examples": [ 256 ], "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from mcp-hfspace

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/evalstate/mcp-hfspace'

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