Skip to content
OpenSmartRoute
Skillv1.0.0

flux-image

Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilities: text-to-image, image-to-image, LoRA fine

by inference-sh(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from inference-sh/skills (tools/image/flux-image/SKILL.md) via skills.sh. Install upstream with npx skills add inference-sh/skills --skill flux-image. Copyright stays with the author.

Install the belt CLI skill: npx skills add belt-sh/cli

FLUX Image Generation

Generate images with FLUX models via inference.sh CLI.

FLUX Image Generation

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

belt app run falai/flux-dev-lora --input '{"prompt": "a futuristic city at night"}'

FLUX Models

Model App ID Speed Quality Use Case
FLUX Dev LoRA falai/flux-dev-lora Medium Highest Production, custom styles
FLUX.2 Klein LoRA falai/flux-2-klein-lora Fastest Good Fast iteration, 4B/9B sizes
FLUX Dev (Pruna) pruna/flux-dev Fast High Optimized, speed modes
FLUX Dev LoRA (Pruna) pruna/flux-dev-lora Fast High LoRA with optimization
FLUX Klein 4B (Pruna) pruna/flux-klein-4b Fastest Good Ultra-cheap ($0.0001/img)

Examples

High-Quality Generation

belt app run falai/flux-dev-lora --input '{
  "prompt": "professional product photo of headphones, studio lighting, white background"
}'

Fast Generation (Klein)

belt app run falai/flux-2-klein-lora --input '{"prompt": "abstract art, colorful"}'

With LoRA Custom Styles

belt app sample falai/flux-dev-lora --save input.json

# Edit to add lora_url for custom style
belt app run falai/flux-dev-lora --input input.json

Image-to-Image

belt app run falai/flux-dev-lora --input '{
  "prompt": "transform to watercolor style",
  "image_url": "https://your-image.jpg"
}'

For Other Image Tasks

# Image editing with natural language
belt app run falai/reve --input '{"prompt": "change background to beach"}'

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

Related Skills

# Full platform skill (all apps)
npx skills add inference-sh/skills@infsh-cli

# Pruna P-Image (fast & economical)
npx skills add inference-sh/skills@p-image

# All image generation models
npx skills add inference-sh/skills@ai-image-generation

# Upscaling
npx skills add inference-sh/skills@image-upscaling

Browse all apps: belt app list

Documentation

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/inference-sh-skills-flux-image/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

inference-sh-skills-flux-image.ocm.jsonjson
{
  "ocm": "1",
  "id": "inference-sh-skills-flux-image",
  "kind": "skill",
  "name": "flux-image",
  "description": "Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilities: text-to-image, image-to-image, LoRA fine-tuning, custom styles. Triggers: flux, flux.2, flux dev, flux schnell, flux pro, black forest labs, flux image, flux ai, flux model, flux lora",
  "publisher": "inference-sh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilities: text-to-image, image-to-image, LoRA fine-tuning, custom styles. Triggers: flux, flux.2, flux dev, flux schnell, flux pro, black forest labs, flux image, flux ai, flux model, flux lora"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/inference-sh/skills",
      "path": "tools/image/flux-image/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/inference-sh/skills/flux-image",
      "key": "inference-sh/skills/tools/image/flux-image/SKILL.md"
    },
    "allowed_tools": [
      "Bash(belt",
      "*)"
    ]
  },
  "instructions": "> **Install the belt CLI skill:** `npx skills add belt-sh/cli`\n\n# FLUX Image Generation\n\nGenerate images with FLUX models via [inference.sh](https://inference.sh) CLI.\n\n![FLUX Image Generation](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg0v0nz7wv0qwqjtq1cam52z.jpeg)\n\n## Quick Start\n\n> Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md)\n\n```bash\nbelt login\n\nbelt app run falai/flux-dev-lora --input '{\"prompt\": \"a futuristic city at night\"}'\n```\n\n\n## FLUX Models\n\n| Model | App ID",
  "cost": {
    "context_tokens": 686
  }
}

Fetch it by URL: GET /api/v1/registry/inference-sh-skills-flux-image/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.