React Design Draft
根据内容自动生成可编辑的React风格信息图设计稿,支持单图与多图模式。
下载 231
通过CLI调用50+模型生成AI图像,支持文生图、图生图等多场景应用。
openclaw skills install @okaris/ai-image-generation命令、参数、文件名以原文为准
通过 [inference.sh](https://inference.sh) CLI 工具,使用 50 多种 AI 模型生成图像。

# 安装 CLI
curl -fsSL https://cli.inference.sh | sh && infsh login
# 使用 FLUX 生成图像
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'安装说明:安装脚本仅检测您的操作系统和架构,从
dist.inference.sh下载匹配的二进制文件,并验证其 SHA-256 校验值。无需管理员权限或后台进程。[手动安装与校验方法](https://dist.inference.sh/cli/checksums.txt) 可用。
| 模型 | 应用 ID | 适用场景 |
|---|---|---|
| FLUX Dev LoRA | falai/flux-dev-lora | 高质量,支持自定义风格 |
| FLUX.2 Klein LoRA | falai/flux-2-klein-lora | 速度快,支持 LoRA(4B/9B) |
| Gemini 3 Pro | google/gemini-3-pro-image-preview | Google 最新模型 |
| Gemini 2.5 Flash | google/gemini-2-5-flash-image | 快速响应的 Google 模型 |
| Grok Imagine | xai/grok-imagine-image | xAI 模型,支持多角度生成 |
| Seedream 4.5 | bytedance/seedream-4-5 | 2K–4K 电影级画质 |
| Seedream 4.0 | bytedance/seedream-4-0 | 高质量 2K–4K 画质 |
| Seedream 3.0 | bytedance/seedream-3-0-t2i | 文字渲染准确 |
| Reve | falai/reve | 自然语言编辑,文字渲染能力强 |
| ImagineArt 1.5 Pro | falai/imagine-art-1-5-pro-preview | 超高保真 4K 画质 |
| Topaz 上采样器 | falai/topaz-image-upscaler | 专业级图像放大 |
infsh app list --category imageinfsh app run falai/flux-dev-lora --input '{
"prompt": "professional product photo of a coffee mug, studio lighting"
}'infsh app run falai/flux-2-klein-lora --input '{"prompt": "sunset over mountains"}'infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "photorealistic landscape with mountains and lake"
}'infsh app run xai/grok-imagine-image --input '{
"prompt": "cyberpunk city at night",
"aspect_ratio": "16:9"
}'infsh app run falai/reve --input '{
"prompt": "A poster that says HELLO WORLD in bold letters"
}'infsh app run bytedance/seedream-4-5 --input '{
"prompt": "cinematic portrait of a woman, golden hour lighting"
}'infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'infsh app run infsh/stitch-images --input '{
"images": ["https://img1.jpg", "https://img2.jpg"],
"direction": "horizontal"
}'# 完整平台技能(包含 150+ 个应用)
npx skills add inference-sh/skills@inference-sh
# FLUX 专用技能
npx skills add inference-sh/skills@flux-image
# 上采样与增强
npx skills add inference-sh/skills@image-upscaling
# 背景移除
npx skills add inference-sh/skills@background-removal
# 视频生成
npx skills add inference-sh/skills@ai-video-generation
# 从图像生成 AI 头像
npx skills add inference-sh/skills@ai-avatar-video浏览所有应用:infsh app list
已收录 4 个 Skill