Productivity

image-upscaling

inferen-sh/skills · updated Apr 8, 2026

$npx skills add https://github.com/inferen-sh/skills --skill image-upscaling
summary

Upscale and enhance images using Topaz, Real-ESRGAN, and other inference.sh models.

  • Supports multiple upscaling models including Topaz Image Upscaler, Real-ESRGAN, and FLUX Dev Upscaler via the inference.sh CLI
  • Handles common image enhancement tasks: restoring old photos, preparing AI-generated art for print, creating high-resolution versions for displays, and enlarging thumbnails
  • Integrates with image generation workflows, allowing you to generate and upscale images in sequence
  • R
skill.md

Image Upscaling

Upscale and enhance images via inference.sh CLI.

Image Upscaling

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

infsh app run infsh/real-esrgan --input '{"image_url": "https://your-image.jpg"}'

Available Upscalers

Model App ID Best For
Topaz Image Upscaler falai/topaz-image-upscaler Professional quality, any image

Examples

Upscale Any Image

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

Workflow: Generate and Upscale

# 1. Generate image with FLUX Klein (fast)
infsh app run falai/flux-2-klein-lora --input '{"prompt": "landscape painting"}' > image.json

# 2. Upscale the result
infsh app run falai/topaz-image-upscaler --input '{"image_url": "<url-from-step-1>"}'

Use Cases

  • AI Art: Upscale generated images for print
  • Old Photos: Restore and enhance resolution
  • Web Images: Prepare for high-DPI displays
  • Print: Increase resolution for large prints
  • Thumbnails: Create high-res versions

Related Skills

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

# Image generation (generate then upscale)
npx skills add inference-sh/skills@ai-image-generation

# FLUX models
npx skills add inference-sh/skills@flux-image

# Background removal
npx skills add inference-sh/skills@background-removal

Browse all image apps: infsh app list --category image

Documentation

general reviews

Ratings

4.661 reviews
  • Pratham Ware· Dec 28, 2024

    Registry listing for image-upscaling matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ren Bhatia· Dec 16, 2024

    image-upscaling is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Hiroshi Mensah· Dec 16, 2024

    Solid pick for teams standardizing on skills: image-upscaling is focused, and the summary matches what you get after install.

  • Sakura Taylor· Dec 8, 2024

    Keeps context tight: image-upscaling is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Jin Torres· Dec 8, 2024

    Registry listing for image-upscaling matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Dhruvi Jain· Dec 4, 2024

    We added image-upscaling from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Ishan Reddy· Nov 27, 2024

    image-upscaling reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Oshnikdeep· Nov 23, 2024

    image-upscaling fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Aanya Kapoor· Nov 19, 2024

    Registry listing for image-upscaling matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ava Zhang· Nov 7, 2024

    Solid pick for teams standardizing on skills: image-upscaling is focused, and the summary matches what you get after install.

showing 1-10 of 61

1 / 7