flux-schnell-server
1
Flux Schnell Server is an MCP image generation server that enables customizable image creation with support for asynchronous streaming. It integrates with Hugging Face models and provides an easy-to-use API for generating images based on user prompts.
Flux Schnell Server
Flux Schnell Server is an image generation server based on the Flux Schnell model and implements the Model Context Protocol (MCP). It offers the following features:
- Provides an MCP-based image generation API
- Supports custom image dimensions (width and height)
- Allows setting a random seed to reproduce specific generation results
- Supports asynchronous streaming responses
- Offers an HTTP interface to call Hugging Face's model service
Requirements
- Python >= 3.10
- Dependencies:
- httpx >= 0.28.1
- mcp[cli] >= 1.3.0