jpskill.com
🎨 画像AI コミュニティ

ai-image-generation

FLUXやGeminiなど50以上のモデルを活用し、テキストや画像からAIアートやマーケティング素材を生成するSkill。

📜 元の英語説明(参考)

Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image

🇯🇵 日本人クリエイター向け解説

一言でいうと

FLUXやGeminiなど50以上のモデルを活用し、テキストや画像からAIアートやマーケティング素材を生成するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

AI画像生成

AI Image Generation

inference.sh CLI を介して、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"}'

利用可能なモデル

モデル App 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 Upscaler 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"
}'

関連スキル

# フルプラットフォームスキル (全150以上のアプリ)
npx skills add inferencesh/skills@inference-sh

# FLUX専用スキル
npx skills add inferencesh/skills@flux-image

# アップスケーリングと強化
npx skills add inferencesh/skills@image-upscaling

# 背景除去
npx skills add inferencesh/skills@background-removal

# 動画生成
npx skills add inferencesh/skills@ai-video-generation

# 画像からのAIアバター
npx skills add inferencesh/skills@ai-avatar-video

全てのアプリを閲覧する: infsh app list

ドキュメント

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

AI Image Generation

AI Image Generation

Generate images with 50+ AI models via inference.sh CLI.

Quick Start

# 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"}'

Available Models

Model App ID Best For
FLUX Dev LoRA falai/flux-dev-lora 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

Browse All Image Apps

infsh app list --category image

Examples

Text-to-Image with FLUX

infsh app run falai/flux-dev-lora --input '{
  "prompt": "professional product photo of a coffee mug, studio lighting"
}'

Fast Generation with 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 (with Text Rendering)

infsh app run falai/reve --input '{
  "prompt": "A poster that says HELLO WORLD in bold letters"
}'

Seedream 4.5 (4K Quality)

infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "cinematic portrait of a woman, golden hour lighting"
}'

Image Upscaling

infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'

Stitch Multiple Images

infsh app run infsh/stitch-images --input '{
  "images": ["https://img1.jpg", "https://img2.jpg"],
  "direction": "horizontal"
}'

Related Skills

# Full platform skill (all 150+ apps)
npx skills add inferencesh/skills@inference-sh

# FLUX-specific skill
npx skills add inferencesh/skills@flux-image

# Upscaling & enhancement
npx skills add inferencesh/skills@image-upscaling

# Background removal
npx skills add inferencesh/skills@background-removal

# Video generation
npx skills add inferencesh/skills@ai-video-generation

# AI avatars from images
npx skills add inferencesh/skills@ai-avatar-video

Browse all apps: infsh app list

Documentation