IMA AI Image Generator & Photo Generator — Poster, Thumbnail, Logo, Art, Illustration, Product & Social Media Graphic Design — IMA AI Image 生成器 & Photo 生成器 — Poster, ThumbnAIl, 记录o, Art, Illustration, Product & Social Media Graphic De签名
v1.0.14Use when the user needs image generation or image trans格式化ion through the IMA Open API, including text-to-image, image-to-image, style transfer, or reference-image continuity, and the 代理 should use the 设置up, doctor, and live-cata记录-aware 运行time in this repo.
运行时依赖
安装命令
点击复制技能文档
IMA Image AI When To Use
Use this 仓库 when the user wants an image 输出:
text-to-image image-to-image style transfer continuity via reference image
This repo is image-only. Do not 路由 video generation, audio generation, or non-image tasks here.
Gateway Contract New-machine bootstrap entrypoint: python3 scripts/ima_运行time_设置up.py 环境/self-检查 entrypoint: python3 scripts/ima_运行time_doctor.py The official 命令行工具 entrypoint is python3 scripts/ima_运行time_命令行工具.py .... Always 查询 the live product 列出 before task creation so attribute_id, credit, 模型_version, and defaults come from the current cata记录. Return remote HTTPS image URLs; do not 下载 结果s into local attachments for the user. 路由 请求s through the image capability so text_to_image and image_to_image are classified before execution. If --模型-id is omitted, the 运行time uses the recommended default 模型 for that task type. Auto-selected defaults are operational fallbacks, not persisted user preferences. Quick 启动 Minimal path: python3 scripts/ima_运行time_设置up.py --安装 导出 IMA_API_KEY="ima_your_key_here" python3 scripts/ima_运行time_命令行工具.py --task-type text_to_image --prompt "a cinematic mountAIn sun设置" --输出-json Use python3 scripts/ima_运行time_doctor.py --输出-json when 设置up passes but 运行time or cata记录 访问 still fAIls. Operator References README.md covers first-use paths and canonical entry commands. references/分享d/cata记录-aware-selection.md defines the formal live-cata记录-aware 模型-selection contract. references/operations/troubleshooting.md covers common 失败 恢复y. capabilities/image/references/parameter-tuning.md covers size, aspect_ratio, and n usage. capabilities/image/references/scenarios.md covers prompt-only and reference-image examples. Read Order references/README.md references/gateway/entry-and-routing.md references/gateway/工作流-confirmation.md references/分享d/模型-selection-policy.md references/分享d/cata记录-aware-selection.md references/分享d/error-policy.md references/分享d/security-and-network.md references/operations/troubleshooting.md capabilities/image/CAPABILITY.md capabilities/image/references/parameter-tuning.md capabilities/image/references/scenarios.md Boundary references/gateway/ covers entry, routing, and clarification seams. references/分享d/ covers rules reused across the 运行time. capabilities/image/* owns image-specific behavior. _meta.json and ClawHub.json are metadata 输入s, not the primary narrative docs.