什么是 ms-image-gen?
使用 ModelScope API 生成 AI 图像。当用户请求通过自然语言生成、创建、绘制、绘制或制作图像时使用。支持中英文提示。处理异步 API 任务、批量生成和自动配置管理。 来源:hansonyyds/beary-skills。
使用 ModelScope API 生成 AI 图像。当用户请求通过自然语言生成、创建、绘制、绘制或制作图像时使用。支持中英文提示。处理异步 API 任务、批量生成和自动配置管理。
通过命令行快速安装 ms-image-gen AI 技能到你的开发环境
来源:hansonyyds/beary-skills。
Generate AI images through ModelScope API with natural language support in Chinese and English.
| --prompt | string | Yes | Image generation prompt (required unless using --batch) | | --batch | file | No | Batch prompts file (one per line) | | --model | string | No | Model ID (default: from config or Tongyi-MAI/Z-Image-Turbo) | | --output | path | No | Output directory (default: ./generated-images/) |
| --filename | string | No | Output filename without extension | | --width | int | No | Image width (default: 1024) | | --height | int | No | Image height (default: 1024) | | --count | int | No | Number of images to generate (default: 1) | | --timeout | int | No | Polling timeout in seconds (default: from config or 300) |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen使用 ModelScope API 生成 AI 图像。当用户请求通过自然语言生成、创建、绘制、绘制或制作图像时使用。支持中英文提示。处理异步 API 任务、批量生成和自动配置管理。 来源:hansonyyds/beary-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hansonyyds/beary-skills