# 얼굴 화질을 높이려면 어떻게 하나요?

#### 1. 원인: 모델별 사양 및 최적화 차이

* Nano Banana: 인물의 이목구비나 피부 질감을 정교하게 표현하는 데 한계가 있습니다. 특히 여러 번 수정할수록 화질 저하가 두드러집니다.
* Flux 2 계열 (Pro/Max): 고해상도 실사이미지 생성에 최적화된 모델입니다. 수십억 개의 파라미터를 통해 인물의 눈동자, 속눈썹, 피부 모공까지 섬세하게 묘사합니다.

<figure><img src="/files/qFc3DuruXHSQqib8Lazq" alt=""><figcaption></figcaption></figure>

#### 2. 해결 방법

#### 2-1. 업스케일러 사용

{% content-ref url="/pages/olTq2BIX0jsx4nkWf7zz" %}
[26.04.29: Upscaler](/readme-1/26.04.29-upscaler.md)
{% endcontent-ref %}

#### 2-2. Flux 2 모델 + 얼굴 화질 강화 프롬프트 활용

모델을 Flux 2 Pro 또는 Max로 변경한 뒤, 아래와 같은 '얼굴 디테일 관련키워드' 프롬프트에 추가해 보세요. \
Flux 2 엔진은 "피부 묘사"와 "눈동자의 깊이감"을 묘사할 때 AI 특유의 느낌을 지우고 실사 화질로 전환됩니다.

<table data-header-hidden><thead><tr><th width="162.181884765625"></th><th width="517.6363525390625"></th></tr></thead><tbody><tr><td><strong>수정 목표</strong></td><td><strong>추천 프롬프트 (Copy &#x26; Paste)</strong></td></tr><tr><td><p>얼굴 디테일 강화</p><p>(선명한 화보 느낌)</p></td><td><code>Hyper-realistic skin texture with visible fine pores and natural imperfections, avoiding any airbrushed look, super-sharp focus on the eyes with clear catchlights, deep contrast and cinematic clarity in facial features, high-fidelity 8k resolution.</code></td></tr><tr><td><p>얼굴 자연스러운 광택 극대화</p><p>(내추럴한 느낌)</p></td><td><code>Facial features rendered with extreme clarity, showcasing authentic skin luster and natural fine textures, diffused and soft lighting effects across the face to ensure a lifelike look, high-definition resolution without over-processing.</code></td></tr></tbody></table>

***

🔗 참고 링크

* [Flux 2 Pro vs Nano Banana Pro](https://artlist.io/blog/flux-2-pro-vs-nano-banana-pro/?hl=ko-KR)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.styleai.io/readme-2/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
