mcp-hfspace

FLUX_1-schnell-infer

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" }

Other Tools