Face Quality Enhancer
Pricing
from $0.00005 / actor start
Go to Apify Store

Face Quality Enhancer
Transform your low-resolution images into stunning high-quality visuals with AI Image Upscaler. AI technology intelligently enlarges photos while preserving sharp details, reducing noise, and enhancing clarity.
Pricing
from $0.00005 / actor start
Rating
5.0
(2)
Developer
Akash Kumar Naik
Maintained by Community
Actor stats
1
Bookmarked
88
Total users
7
Monthly active users
10 days ago
Last modified
Categories
Share
AI Image Upscaler & Face Enhancer
Enhance portraits, old photos, and low-resolution images with CodeFormer face restoration and AI upscaling.
What It Does
- Restores and sharpens faces in portraits and group photos.
- Upscales images by 1x, 2x, or 4x.
- Supports JPG, JPEG, PNG, BMP, and TIFF input images.
- Accepts direct image URLs, Google Drive shared links, and Dropbox shared links.
- Stores enhanced image files in the key-value store and processing metadata in the dataset.
Input
{"imageUrl": "https://example.com/portrait.jpg","upscaleFactor": "2","fidelityWeight": 0.7,"onlyCenterFace": true}
| Field | Type | Required | Description |
|---|---|---|---|
imageUrl | String | Yes | Public HTTP or HTTPS image URL. |
upscaleFactor | String | No | 1, 2, or 4. Default is 2. |
fidelityWeight | Number | No | Restoration fidelity from 0.0 to 1.0. Default is 0.7. |
onlyCenterFace | Boolean | No | Process only the center face when true. Default is true. |
Output
Dataset item:
{"success": true,"filename": "input_image.png","imageUrl": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/enhanced-input_image.png","originalUrl": "https://example.com/portrait.jpg","size": 245678,"upscaleFactor": 2,"fidelityWeight": 0.7,"facesDetected": 1,"processedAt": "2026-04-30T13:33:53.074Z"}
Enhanced images are saved as records in the default key-value store. The dataset contains links and processing metadata for automation workflows.
Best Results
- Use clear source images when possible.
- Keep
onlyCenterFaceenabled for single-person portraits. - Disable
onlyCenterFacefor group photos. - Use
2xfor the best balance between output quality and processing cost. - Use
4xonly when you need the largest output; the actor automatically requests more memory for 4x runs.
Limits
- Maximum source image download size is 25 MB.
- Private network and localhost URLs are rejected.
- The actor processes one input image per run.