Face Quality Enhancer avatar

Face Quality Enhancer

Pricing

from $0.00005 / actor start

Go to Apify Store
Face Quality Enhancer

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

Akash Kumar Naik

Maintained by Community

Actor stats

1

Bookmarked

88

Total users

7

Monthly active users

10 days ago

Last modified

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
}
FieldTypeRequiredDescription
imageUrlStringYesPublic HTTP or HTTPS image URL.
upscaleFactorStringNo1, 2, or 4. Default is 2.
fidelityWeightNumberNoRestoration fidelity from 0.0 to 1.0. Default is 0.7.
onlyCenterFaceBooleanNoProcess 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 onlyCenterFace enabled for single-person portraits.
  • Disable onlyCenterFace for group photos.
  • Use 2x for the best balance between output quality and processing cost.
  • Use 4x only 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.