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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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)