网淘吧来吧,欢迎您!

Ai Image Generation

2026-03-29 新闻来源:网淘吧 围观:13
电脑广告
手机广告

人工智能图像生成

通过inference.sh命令行界面

AI Image Generation

使用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 Progoogle/gemini-3-pro-image-preview谷歌最新
Gemini 2.5 Flashgoogle/gemini-2-5-flash-image快速的谷歌模型
Grok Imaginexai/grok-imagine-imagexAI的模型,多方面
Seedream 4.5bytedance/seedream-4-52K-4K电影级画质
Seedream 4.0bytedance/seedream-4-0高质量2K-4K
Seedream 3.0bytedance/seedream-3-0-t2i准确的文本渲染
Revefalai/reve自然语言编辑,文本渲染
ImagineArt 1.5 Profalai/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

相关文章

您是本站第315006名访客 今日有452篇新文章/评论