image-gen-mcp

image-gen-mcp

10

The image-gen MCP Server is a tool that utilizes the Stable Diffusion WebUI API for text-to-image generation and image upscaling. It provides various features like model selection and configuration, offering flexibility for generating and enhancing images.

What are the prerequisites for running the Image-Gen MCP Server?

You need Node.js and access to a Stable Diffusion WebUI instance with the API enabled.

How do I configure the server for image generation?

Set environment variables in the server configuration file, including SD_WEBUI_URL, SD_OUTPUT_DIR, and others as needed.

What should I do if the server cannot access the WebUI?

Ensure the WebUI is running with the --api flag and that the URL is accessible from the server's location.