Skip to content

Releases: coinstax/invokeai-mcp-server

v1.0.1 - Workflow Fix

Choose a tag to compare

@cdmackie cdmackie released this 12 Oct 16:50

InvokeAI MCP Server v1.0.1

Patch release with fixed GitHub Actions workflow.

Changes

  • Fixed GitHub Actions workflow to be compatible with artifact actions v4
  • Removed sigstore signing step (temporarily) due to upstream compatibility issues
  • Package attestations still provided via PyPI Trusted Publishing

Installation

pip install invokeai-mcp-server

🤖 Generated with Claude Code

Published by CoinsTax LLC

v1.0.0 - Initial Release

Choose a tag to compare

@cdmackie cdmackie released this 12 Oct 16:36

InvokeAI MCP Server v1.0.0

Initial production release of InvokeAI MCP Server - A Model Context Protocol server for AI-powered image generation with InvokeAI.

Features

  • Text-to-Image Generation: Create images from natural language descriptions
  • Image-to-Image Transformation: Refine, modify, or stylize existing images
  • LoRA Support: Apply fine-tuned LoRA models for specialized styles (logos, illustrations, etc.)
  • Full SDXL Support: Automatic detection and proper configuration for SDXL models with dual CLIP encoders
  • VAE Override Support: Use external VAE models to fix incompatible built-in VAEs or optimize for specific use cases
  • AI-Powered Upscaling: Enhance images to higher resolutions (2x-4x) using state-of-the-art Spandrel models
  • Flexible Model Support: Compatible with Stable Diffusion 1.5, SDXL, and custom fine-tuned models
  • Comprehensive Parameter Control: Fine-tune generation with width, height, steps, CFG scale, schedulers, and seeds
  • Queue Management: Monitor and track InvokeAI processing status

Installation

pip install invokeai-mcp-server

Or via Smithery:

npx @smithery/cli install invokeai --client claude

Documentation

What's New

This is the initial production release with all core features implemented, tested, and documented.


🤖 Generated with Claude Code

Published by CoinsTax LLC