image-upscaling

Upscale and enhance images using Real-ESRGAN, Thera, and Topaz models via the inference.sh CLI.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill image-upscaling-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-upscaling
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/image-upscaling
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill image-upscaling-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Low-resolution images, compressed web graphics, and small AI-generated art often lack the detail needed for print, high-DPI displays, or professional use. This Skill increases image resolution and restores detail using AI super-resolution models without manual editing. ## Core Features & Use Cases - Multiple Upscaler Models: Choose from Real-ESRGAN, Thera, FLUX Dev Upscaler, and Topaz Image Upscaler depending on quality and speed needs. - CLI-Driven Workflow: Run upscaling jobs through the inference.sh belt CLI with a simple JSON input containing an image URL. - Generate-and-Upscale Pipelines: Chain image generation (e.g., FLUX Klein) with upscaling to produce high-resolution output in one workflow. - Use Case: Restore an old family photo by passing its URL to the Topaz Image Upscaler, which returns an enhanced high-resolution version suitable for printing. ## Quick Start Ask the AI to upscale a low-resolution image URL using the Topaz Image Upscaler via the inference.sh belt CLI.

Frequently Asked Questions about image-upscaling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upscale an image with Real-ESRGAN from the command line?

Run `belt app run infsh/real-esrgan --input '{"image_url": "https://your-image.jpg"}'` after logging in with `belt login`. The command returns an upscaled version of the image at the provided URL.

What is the best AI upscaler for professional image quality?

The Topaz Image Upscaler (app ID falai/topaz-image-upscaler) is recommended for professional quality on any image type. Real-ESRGAN and Thera are alternatives available through the same CLI for general super-resolution tasks.

Can I upscale AI-generated images after generating them?

Yes. Generate an image with a model like FLUX Klein, then pass the resulting image URL to an upscaler app such as falai/topaz-image-upscaler. This two-step workflow produces high-resolution output from generated art.

Does the belt CLI require installation before upscaling images?

Yes. The inference.sh belt CLI must be installed and authenticated with `belt login` before running any upscaler apps. Installation instructions are linked from the inference.sh skills repository.

What image inputs does the upscaler accept?

The upscaler apps accept a publicly accessible image URL passed as the `image_url` field in the JSON input. Local files must be hosted or uploaded somewhere reachable before they can be processed.