image-upscaling
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseImage Upscaling
图像放大与增强
Upscale and enhance images via inference.sh CLI.
通过inference.sh CLI对图像进行放大和增强。
Quick Start
快速开始
bash
curl -fsSL https://cli.inference.sh | sh && infsh login
infsh app run infsh/real-esrgan --input '{"image_url": "https://your-image.jpg"}'bash
curl -fsSL https://cli.inference.sh | sh && 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 | | Professional quality, any image |
| 模型 | 应用ID | 最佳适用场景 |
|---|---|---|
| Topaz Image Upscaler | | 专业级画质,适用于所有图像 |
Examples
示例
Upscale Any Image
放大任意图像
bash
infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://low-res-image.jpg"}'bash
infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://low-res-image.jpg"}'Workflow: Generate and Upscale
工作流:生成并放大图像
bash
undefinedbash
undefined1. Generate image with FLUX Klein (fast)
1. 使用FLUX Klein快速生成图像
infsh app run falai/flux-2-klein-lora --input '{"prompt": "landscape painting"}' > image.json
infsh app run falai/flux-2-klein-lora --input '{"prompt": "landscape painting"}' > image.json
2. Upscale the result
2. 放大生成的结果
infsh app run falai/topaz-image-upscaler --input '{"image_url": "<url-from-step-1>"}'
undefinedinfsh app run falai/topaz-image-upscaler --input '{"image_url": "<url-from-step-1>"}'
undefinedUse 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
- AI艺术作品:放大生成的图像以用于印刷
- 老照片修复:恢复并提升老照片的分辨率
- 网页图像:为高DPI显示器准备图像
- 印刷用途:提升分辨率以用于大幅面印刷
- 缩略图制作:创建高分辨率版本的缩略图
Related Skills
相关技能
bash
undefinedbash
undefinedFull platform skill (all 150+ apps)
全平台技能(包含150+应用)
npx skills add inference-sh/skills@inference-sh
npx skills add inference-sh/skills@inference-sh
Image generation (generate then upscale)
图像生成(生成后可放大)
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-image-generation
FLUX models
FLUX模型
npx skills add inference-sh/skills@flux-image
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`npx skills add inference-sh/skills@background-removal
浏览所有图像类应用:`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