volcengine-image-generate

👤 warm-wm 📦 v1.0.0 ⭐ 4.1 ⬇️ 1.5K 下载
🎨 设计多媒体 免费 🔑 需 API Key

📖 技能介绍


name: volcengine-image-generate description: Using volcengine image_generate.py script to generate image, need to provide clear and specific prompt. license: Complete terms in LICENSE.txt


Image Generate

Scenarios

When you need to generate an image based on a text description, use this skill to call the image_generate function.

7w4.net提供免费和付费技能下载。

Steps

  1. Prepare a clear and specific prompt.
  2. Run the script python scripts/image_generate.py "<prompt>". Before running, navigate to the corresponding directory.
  3. The script will return the generated image URL.

Authentication and Credentials

  • First, it will try to read the MODEL_IMAGE_API_KEY or ARK_API_KEY environment variables.
  • If not configured, it will try to use VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY to get the Ark API Key.

Output Format

  • The console will output the generated image URL.
  • If the call fails, it will print the error information.

Examples

python scripts/image_generate.py "a cute cat"

🤖 AI 评测

这个图片生成工具使用简单,能通过文字描述快速生成图片。文档清晰易懂,认证配置灵活,但需要一定技术基础来准备 API 密钥和环境配置。缺少故障排除指南,可能影响新手用户的首次使用体验。

📊 多维度评分

适应性4.3
规范性3.8
有效性4.1
可靠性4
可信度4.9

📁 包含文件 (4 个)

📄 LICENSE.txt 11.1 KB
📄 SKILL.md 1022 B
📄 _meta.json 144 B
📄 scripts/image_generate.py 2.3 KB