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

lyf_image_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.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: lyf_image_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 lyf_image_gen-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3d797a86ab944a4a79578c5b6c8ff11351a912d04727deefc701bd25a32b5ea3
MD5 5a000f2a8bbe2d38b05ee3b2b7d80c22
BLAKE2b-256 fbb1e5fdd44177bc71db3aef92c1351b53b4947039a929890e53e3116fdd3e5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyf_image_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 lyf_image_gen-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab468ecd030e7462c44d86054ba13831ccae95e2417d286719074519a789bb0f
MD5 400619fe66464ae3ff91476f6f3efbab
BLAKE2b-256 5a97ebf814b60bab0313eaa673c379fe1a6075681cc094737eeaf25efa0a28ca

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