Back to Home
iconben icon

z-image-studio

Verified Safe

by iconben

Overview

Provides a local text-to-image generation server with CLI, Web UI, and an MCP (Model Context Protocol) interface for AI agents.

Installation

Run Command
zimg-mcp

Environment Variables

  • SDNQ_LOG_LEVEL
  • ZIMAGE_MCP_TRANSPORT
  • ZIMAGE_BASE_URL
  • Z_IMAGE_STUDIO_DATA_DIR
  • Z_IMAGE_STUDIO_OUTPUT_DIR

Security Notes

The server handles file uploads and local image generation, utilizing subprocess calls for hardware detection. It employs path sanitization for outputs and parameterized SQL queries to prevent injection vulnerabilities. Image generation logic runs in a dedicated worker thread, which, while executing functions passed to it, is controlled internally by the server and not exposed to arbitrary user code. File size limits are enforced for LoRA uploads. No direct 'eval' or apparent hardcoded secrets were identified. Standard security practices for a local Python application of this nature are in place.

Similar Servers

Stats

Interest Score90
Security Score8
Cost ClassHigh
Avg Tokens60000
Stars33
Forks3
Last Update2025-12-12

Tags

Image GenerationCLIWeb UIAI AgentsLocal Inference