agentsclimarketplace

Minimax image gen

Skill sweesama/mzu-skills/skills/minimax-image-gen

MiniMax image-01 文生图工具。支持中文指令(画一张、生成图片、帮我画)和英文指令(generate an image、draw)。双端支持(中国区/国际区)。Token Plan 每日免费额度:Plus 50张/天、Max 120张/天、Ultra 800张/天。模型:image-01,输出 PNG。From its SKILL.md

Install
npx -y skills add sweesama/mzu-skills --skill minimax-image-gen

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.0 KB, 874 tokens by cl100k_base, as published. Nobody here has run it


MiniMax image-01 文生图工具

MiniMax image-01 文本生成图像工具。使用 MiniMax 的 image-01 模型从文字描述生成图片。


安装依赖

pip install requests

环境变量

# macOS / Linux
export MINIMAX_API_KEY=your_key

# Windows (PowerShell)
$env:MINIMAX_API_KEY="your_key"

获取 API Key:


区域选择

区域API 地址适用用户
中国区https://api.minimax.chat/v1/image_generation中国用户 / MiniMax 中国站
国际区https://api.minimax.io/v1/image_generation海外用户

快速使用

# 中国用户
python scripts/image_gen.py "你的图片描述" --region cn

# 国际用户
python scripts/image_gen.py "your prompt" --region global

参数说明

参数说明默认值
prompt图片描述(必填)
--region区域:cnglobal(必填)
--aspect比例:16:9、1:1、4:3、9:16、21:916:9
--n生成数量(1-9)1
--no-enhance关闭 Prompt 增强开启
--output输出目录当前目录

比例参考

比例最佳用途
16:9横版 / 视频封面
1:1社交媒体 / 卡片
9:16手机竖版 / Stories
4:3博客 / 文档

Prompt 增强(默认开启)

对于短描述(<8词),自动补充专业摄影/艺术参数:

  • 光影:soft natural lighting、cinematic lighting、volumetric light
  • 画质:4K、sharp focus、highly detailed
  • 风格:photorealistic、detailed linework、professional quality

示例:

  • "一只猫" → 自动补充 soft lighting、sharp focus、4K
  • "赛博朋克城市" → 自动补充 neon lighting、Blade Runner atmosphere、cinematic

关闭增强:python image_gen.py "简单描述" --region cn --no-enhance


输出

图片保存为 minimax_gen_1.pngminimax_gen_2.png 等。


每日额度(Token Plan)

套餐每日图片额度
Starter0(不包含图像生成)
Plus50 张/天
Max120 张/天
Ultra800 张/天

额度每日零点重置,直接消耗 Token Plan 套餐额度,无需额外付费。


作者: Mzusama 模型: MiniMax image-01

What ships with it: 1 file

1.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.