A company uses a text-to-image model to generate marketing visuals. The outputs often contain distorted human faces. Which technique is most likely to improve face generation?
Trap 1: Increase the output resolution
Higher resolution may amplify distortions.
Trap 2: Increase the number of inference steps
More steps can improve overall quality but not specifically faces.
Trap 3: Reduce the classifier-free guidance scale
Lower CFG reduces prompt influence, which may worsen results.
- A
Fine-tune the model on a curated dataset of human faces
Fine-tuning specializes the model for better face generation.
- B
Increase the output resolution
Why wrong: Higher resolution may amplify distortions.
- C
Increase the number of inference steps
Why wrong: More steps can improve overall quality but not specifically faces.
- D
Reduce the classifier-free guidance scale
Why wrong: Lower CFG reduces prompt influence, which may worsen results.