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.1.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.1-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lyf_image_gen-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b5ca207f29fea5c2b8e54f5f8fe566ae7d7d1fbe927d8348da45be26a4f52af3
MD5 468b73fa638c7a6ccb94ca1717b07471
BLAKE2b-256 5af72754e7aa5f96428a71c8a4fb00fe5fd9809685ef9d4d99caf7170678802e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyf_image_gen-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 15.1 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6944e1e99d086c3cff83a371166a34c481d1a42f4167f4880a477950ff16266b
MD5 e150c2aba1810a98d3855536200181b6
BLAKE2b-256 9663ed21740b1eb5fdefc5e6e5a9c98bbb6081a821b56ec442f27345a3c05aeb

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