Skip to main content

独立图像生成工具 - 支持智谱AI、OpenAI、自定义API,无需运行时依赖

Project description

Image Generator

独立图像生成工具,支持多种 AI 图像生成 API。

特点

  • 独立可执行 - 无需安装 Python 或依赖
  • 跨平台 - 支持 Windows/Linux/macOS
  • 多 API - 支持智谱AI、OpenAI、自定义API
  • MCP 服务器 - 可集成到 Claude Code/OpenClaw
  • 零依赖 - 仅使用 Python 标准库

安装

方式一:PyPI 安装(推荐)

pip install image-gen-mcp

安装后可直接使用:

# 命令行工具
image-gen -k YOUR_KEY -t "一只可爱的橘猫"

# MCP 服务器配置到 ~/.claude/settings.json
image-gen-mcp

方式二:下载可执行文件

Releases 下载对应平台的可执行文件。

方式三:从源码运行

git clone https://github.com/your-username/image-gen.git
cd image_gen
python3 img_gen.py -k YOUR_KEY -t "风景"

快速开始

命令行使用

# 智谱AI(默认)
image-gen -k YOUR_KEY -t "日落风景" -o ~/sunset.png

# OpenAI DALL-E
image-gen -p openai -k YOUR_KEY -m dall-e-3 -t "森林小屋"

# 自定义 API
image-gen -p custom -u https://api.example.com/v1/images -k KEY -t "山水画"

作为 MCP 服务器使用

  1. 编辑 ~/.claude/settings.json:
{
  "mcpServers": {
    "image-gen": {
      "command": "image-gen-mcp",
      "env": {
        "IMAGE_GEN_API_KEY": "your-api-key",
        "IMAGE_GEN_MODEL": "cogview-3-flash"
      }
    }
  }
}
  1. 重启 Claude Code,然后直接对话:
你: 生成一张赛博朋克城市的图片

命令行参数

参数 说明 必需
--provider, -p API 提供商 (zhipu/openai/custom)
--api-key, -k API 密钥
--model, -m 模型名称
--api-url, -u 自定义 API 地址
--prompt, -t 图片描述
--size, -s 图片尺寸
--output, -o 输出路径

支持的模型

智谱AI (zhipu)

模型 说明
cogview-3-flash 快速生成(推荐)
cogview-3 高质量生成

API 密钥: https://open.bigmodel.cn/usercenter/apikeys

OpenAI (openai)

模型 说明
dall-e-2 标准质量
dall-e-3 高质量

API 密钥: https://platform.openai.com/api-keys

开发

打包可执行文件

# Linux/macOS
chmod +x build.sh && ./build.sh

# Windows
build.bat

发布到 PyPI

chmod +x publish.sh && ./publish.sh

文件结构

image_gen/
├── img_gen.py        # 独立可执行程序源码
├── mcp_server.py     # MCP 服务器
├── build.sh          # Linux/macOS 打包脚本
├── build.bat         # Windows 打包脚本
├── publish.sh        # PyPI 发布脚本
├── pyproject.toml    # 项目配置
├── .github/workflows/ # CI/CD 配置
├── README.md         # 本文档
└── LICENSE           # MIT 许可证

技术实现

  • 仅用标准库 - urllib, json, pathlib, argparse
  • PyInstaller 打包 - 单文件可执行
  • MCP 协议 - 与 LLM 集成

许可证

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_img_gen-1.0.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_img_gen-1.0.0-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file ai_img_gen-1.0.0.tar.gz.

File metadata

  • Download URL: ai_img_gen-1.0.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for ai_img_gen-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7f7bac2edbd1011e11d2665b6638d8b9f852d877d83f828f8be65a384ae66fc2
MD5 f978596602bc6ed8470afd1eb70a2fd0
BLAKE2b-256 74cba1306f1cbc357484fcd28be1ef2147c3e9cc1b87ad64964e15b79dd2c7b2

See more details on using hashes here.

File details

Details for the file ai_img_gen-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ai_img_gen-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for ai_img_gen-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d765b97f1cc34d45c67099369a9ad2f78f60fe20283edb185536730f69a78132
MD5 6e92a72c9f7c1a0d436ffe9112a64ff3
BLAKE2b-256 761eb9d9a830772b5b5782dd3de081f36866974fb271c48023de57d177a80471

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page