FLUX Image Generator server provides a bridge to Black Forest Lab's FLUX model for AI image generation. Built with TypeScript and the latest MCP SDK, it exposes tools for generating single images with customizable parameters like dimensions and safety settings, quick image generation with sensible defaults, and batch processing of multiple prompts. The implementation features robust error handling, configurable output paths, and detailed logging, making it valuable for users who need programmatic access to FLUX's capabilities through natural language requests.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Generates an image based on a text prompt with customizable settings. Parameters: prompt (string, required), width (number, optional, default: 1024), height (number, optional, default: 1024), promptUpsampling (boolean, optional, default: false), seed (number, optional), safetyTolerance (number, optional, default: 3)
A simplified tool for quickly generating images with default settings. Parameters: prompt (string, required)
Generates multiple images from a list of prompts. Parameters: prompts (array of strings, required), width (number, optional, default: 1024), height (number, optional, default: 1024)