Ai Image Generation
2026-03-29
新闻来源:网淘吧
围观:13
电脑广告
手机广告
人工智能图像生成
通过inference.sh命令行界面

使用50多种AI模型生成图像。
# Install CLI
curl -fsSL https://cli.inference.sh | sh && infsh login
# Generate an image with FLUX
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'
快速开始安装说明:该安装脚本
仅会检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。也可进行
手动安装与验证
| 。 | 可用模型 | 模型 |
|---|---|---|
| 应用ID | 最佳适用场景 | FLUX开发版LoRA |
| falai/flux-dev-lora | 高质量图像,支持自定义风格 | FLUX.2 Klein版LoRA |
| Gemini 3 Pro | google/gemini-3-pro-image-preview | 谷歌最新 |
| Gemini 2.5 Flash | google/gemini-2-5-flash-image | 快速的谷歌模型 |
| 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 image
示例
使用 FLUX 进行文本生成图像
infsh app run falai/flux-dev-lora --input '{
"prompt": "professional product photo of a coffee mug, studio lighting"
}'
使用 FLUX Klein 进行快速生成
infsh app run falai/flux-2-klein-lora --input '{"prompt": "sunset over mountains"}'
Google Gemini 3 Pro
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "photorealistic landscape with mountains and lake"
}'
Grok Imagine
infsh app run xai/grok-imagine-image --input '{
"prompt": "cyberpunk city at night",
"aspect_ratio": "16:9"
}'
Reve(支持文本渲染)
infsh app run falai/reve --input '{
"prompt": "A poster that says HELLO WORLD in bold letters"
}'
Seedream 4.5(4K 画质)
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@inference-sh
# 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
浏览所有应用:infsh 应用列表
文档
文章底部电脑广告
手机广告位-内容正文底部
上一篇:ManyChat
下一篇:Xiaohongshu Deep Research


微信扫一扫,打赏作者吧~