image-upscaling▌
inference-sh/skills · updated Apr 8, 2026
Upscale and enhance images via inference.sh CLI.
Image Upscaling
Upscale and enhance images via inference.sh CLI.

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
- Running Apps - How to run apps via CLI
- Image Generation Example - Complete image workflow guide
- Apps Overview - Understanding the app ecosystem
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★39 reviews- ★★★★★Pratham Ware· Dec 28, 2024
I recommend image-upscaling for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Anika Choi· Dec 24, 2024
Useful defaults in image-upscaling — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Maya Kim· Dec 8, 2024
Registry listing for image-upscaling matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Anaya Reddy· Dec 8, 2024
image-upscaling fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Kwame Srinivasan· Dec 4, 2024
image-upscaling is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Nov 27, 2024
Useful defaults in image-upscaling — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Kiara Abbas· Nov 27, 2024
We added image-upscaling from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Advait Reddy· Nov 23, 2024
Keeps context tight: image-upscaling is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Yash Thakker· Nov 19, 2024
Solid pick for teams standardizing on skills: image-upscaling is focused, and the summary matches what you get after install.
- ★★★★★Shikha Mishra· Oct 18, 2024
Registry listing for image-upscaling matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 39