ai-image-generation by toolshell/skills
npx skills add https://github.com/toolshell/skills --skill ai-image-generation通过 inference.sh CLI 使用 50 多个 AI 模型生成图像。

需要 inference.sh CLI (
infsh)。获取安装说明:npx skills add inference-sh/skills@agent-tools
infsh login
# 使用 FLUX 生成图像
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'
| 模型 | App ID | 最佳用途 |
|---|---|---|
| FLUX Dev LoRA | falai/flux-dev-lora | 高质量,支持自定义风格 |
| FLUX.2 Klein LoRA |
Generate images with 50+ AI models via inference.sh CLI.

Requires inference.sh CLI (
infsh). Get installation instructions:npx skills add inference-sh/skills@agent-tools
infsh login
# Generate an image with FLUX
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'
| Model | App ID | Best For |
|---|---|---|
| FLUX Dev LoRA | falai/flux-dev-lora |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
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 Upscaler | falai/topaz-image-upscaler | 专业级图像放大 |
infsh app list --category image
infsh 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@agent-tools
# 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
每周安装量
25.2K
代码仓库
GitHub 星标数
125
首次出现
2 天前
安全审计
安装于
claude-code20.1K
codex17.7K
gemini-cli17.7K
opencode17.7K
kimi-cli17.7K
amp17.7K
| High quality with custom styles |
| FLUX.2 Klein LoRA | falai/flux-2-klein-lora | Fast with LoRA support (4B/9B) |
| Gemini 3 Pro | google/gemini-3-pro-image-preview | Google's latest |
| Gemini 2.5 Flash | google/gemini-2-5-flash-image | Fast Google model |
| Grok Imagine | xai/grok-imagine-image | xAI's model, multiple aspects |
| Seedream 4.5 | bytedance/seedream-4-5 | 2K-4K cinematic quality |
| Seedream 4.0 | bytedance/seedream-4-0 | High quality 2K-4K |
| Seedream 3.0 | bytedance/seedream-3-0-t2i | Accurate text rendering |
| Reve | falai/reve | Natural language editing, text rendering |
| ImagineArt 1.5 Pro | falai/imagine-art-1-5-pro-preview | Ultra-high-fidelity 4K |
| Topaz Upscaler | falai/topaz-image-upscaler | Professional upscaling |
infsh app list --category image
infsh 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"
}'
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# FLUX-specific skill
npx skills add inference-sh/skills@flux-image
# Upscaling & enhancement
npx skills add inference-sh/skills@image-upscaling
# Background removal
npx skills add inference-sh/skills@background-removal
# Video generation
npx skills add inference-sh/skills@ai-video-generation
# AI avatars from images
npx skills add inference-sh/skills@ai-avatar-video
Browse all apps: infsh app list
Weekly Installs
25.2K
Repository
GitHub Stars
125
First Seen
2 days ago
Security Audits
Installed on
claude-code20.1K
codex17.7K
gemini-cli17.7K
opencode17.7K
kimi-cli17.7K
amp17.7K
AI新闻播客制作技能:实时新闻转对话式播客脚本与音频生成
1,200 周安装