Loading...
Loading...
Upscales an image using AI super-resolution to increase resolution with detail generation. Use when you need to enlarge images, improve low-resolution photos, or prepare images for large-format display.
npx skill4agent add agntswrm/agent-media image-upscaleagent-media image upscale --in <path> [options]| Option | Required | Description |
|---|---|---|
| Yes | Input file path or URL |
| No | Scale factor (2 or 4, default: 2) |
| No | Output path, filename or directory (default: ./) |
| No | Provider to use (local, fal, replicate) |
| No | Model to use (overrides provider default) |
{
"ok": true,
"media_type": "image",
"action": "upscale",
"provider": "local",
"output_path": "upscaled_123_abc.png",
"mime": "image/png",
"bytes": 456789
}agent-media image upscale --in photo.jpgagent-media image upscale --in photo.jpg --scale 4 --provider falagent-media image upscale --in photo.jpg --out ./upscaledXenova/swin2SR-compressed-sr-x4-48--scalemutex lock failed"ok": trueagent-media image upscale --in photo.jpg --provider localFAL_API_KEYfal-ai/esrganREPLICATE_API_TOKENnightmareai/real-esrgan