Generating Realistic Faces With AI (Without the Uncanny Valley)
The prompt patterns and settings that produce believable faces, and the small mistakes that push a portrait into the uncanny valley.
May 4, 2026 ยท 5 min read

What makes a face believable
Three things human eyes lock onto instantly:
- Eye symmetry and gaze direction โ asymmetric eyes read as wrong immediately.
- Skin texture โ slightly rough is real; plastic-smooth is uncanny.
- Micro-expressions โ a subtle asymmetry in the smile makes a face read as alive.
Nail those three and 80 % of the "uncanny" problem is solved.
The prompt formula
A [DESCRIPTOR] portrait of a [PERSON DESCRIPTION], [AGE], natural expression, direct eye contact, subtle skin texture, [LIGHTING], shot on Sony A7 IV, 85mm f/1.4 portrait lens, 3:4 aspect
Real example:
A cinematic portrait of an elderly Korean man with silver hair and reading glasses, 70s, warm gentle expression, direct eye contact, subtle skin texture visible pores, warm window light, shot on Sony A7 IV, 85mm f/1.4 portrait lens, 3:4 aspect
Negative prompt
plastic skin, waxy skin, asymmetric eyes, cross-eyed, distorted, blurry, low quality, bad anatomy, extra fingers, mangled hands, oversaturated, cartoon, doll-like
Aspect ratio
3:4 (896ร1152) always for a single-person portrait. This is the ratio SDXL was trained on for the majority of portrait images โ the model's internal composition sense expects it.
The eye-fix trick
If the eyes look wrong on an otherwise-good generation:
- Inpaint just the eye area
- Prompt: "detailed eyes, symmetrical, natural iris color, subtle reflections"
- Denoise 0.4
Fixes 80 % of eye artifacts in one pass.
Ethics reminder
Do not generate photorealistic images of real people you don't have permission to depict. Regardless of platform rules, it's a fast path to legal trouble.
Related reading
Creative Workflows
img2img and Inpainting โ The Underused Tools
Everyone knows text-to-image. img2img and inpainting are where the real editing power lives. When to reach for each.
Creative Workflows
Upscaling AI Images โ Which Method for Which Job
ESRGAN vs Ultimate SD Upscale vs SUPIR. What each is good at, what breaks with each, and how to pick.
Creative Workflows
An AI Image Workflow for Agencies (That Actually Ships)
How to structure an AI image workflow inside a real creative team โ briefing, generation, review, and delivery โ without chaos.