# Common Problems

## Two-head problem <a href="#two-heads" id="two-heads"></a>

When generating portraits of humans using AI, it is not uncommon to encounter images where two heads appear to be connected together. This issue often arises when using image sizes that deviate from the 1:1 aspect ratio. To prevent this, you can follow these suggestions:

* Change the style to Midjourney or 2.5D.
* Use an image size with a 1:1 aspect ratio, such as 512×512.

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

## Not showing full body <a href="#not-showing-full-body" id="not-showing-full-body"></a>

One common issue encountered when generating full-body images is that the keyword "full body portrait" may not always produce the desired result. In some cases, the keyword might be completely ignored by the AI. Below are a few examples where the keyword did not have the intended effect.

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

**Describing the lower body**

A more consistent approach would be to include specific keywords that depict the desired elements in the image. For instance:

* standing
* long dress
* legs
* shoes

By incorporating the keywords "standing" and "long dress," the generated images now showcase a greater portion of the body.

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

Now it is showing more of the body but we can do better.

**Use portrait size**

If you desire a full-body image, employing a portrait size would be more suitable. Here are a few examples that demonstrate the utilization of a portrait size in conjunction with the keywords "standing" and "long dress."

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

## Messed-up finger <a href="#messed-up-fingers" id="messed-up-fingers"></a>

AI algorithms often encounter difficulties in accurately depicting fingers. It is not uncommon to observe distorted representations, an excessive or insufficient number of fingers.

To address this issue, there are two suggested fixes:

* Incorporate keywords that specifically describe hands and fingers, such as "beautiful hands" and "detailed fingers." Including these keywords tends to prompt the AI to generate images with well-defined hands.
* Utilize inpainting techniques. Create a mask to identify the problematic area and apply inpainting to generate multiple images. Select the image that best meets your preferences. It has been observed that reusing the original image prompt is often sufficient for achieving desirable results.

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


---

# 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.maze.guru/how-to-paint/common-problems.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.
