> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/creative-suite/image-tools/edit-image/imagine-you.md).

# Imagine You

## What is Imagine You?

**Imagine You** is a specialized AI tool that ensures consistency across character design. Upload a single reference photo of your character, and **Imagine You** will generate numerous variations of that same character, allowing you to explore different artistic styles, poses, outfits, and environments—all while maintaining the character’s visual identity.

{% hint style="info" %}
**Imagine You** is a character consistency model designed to generate variations of characters using a single reference image.
{% endhint %}

## How to use?

{% stepper %}
{% step %}
**Select edit mode:** Start by selecting **Edit Mode** in **ImagineArt**.

<figure><img src="/files/8PbI2k7BhWQxATV2HeXI" alt=""><figcaption></figcaption></figure>

<br>
{% endstep %}

{% step %}
**Select Imagine You as your model:** Choose **Imagine You** as your image editing model from the available options.<br>

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

{% endstep %}

{% step %}
**Input a Reference Image:** Start by uploading a clear reference photo of your character. This image will serve as the foundation for generating variations.

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

{% endstep %}

{% step %}
**Choose Your Preset or  Guide your Creation through the Prompt Box:** Select the preset that matches your desired outcome (e.g., photorealistic, cartoon, etc.). You can customize the style in the prompt based on your creative needs.

<figure><img src="/files/2ucYISdHdhZYjPHF3y8h" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Choose Aspect Ratio and Number of Images to Generate:** Select the aspect ratio that suits your project and specify the number of images you’d like to generate (e.g., 1-4 images per batch).
{% endstep %}

{% step %}
**Click Create:** Once your settings are configured, simply click **Generate** to create your character variations. The AI will process your request and produce images with different poses, outfits, or environments.

<figure><img src="/files/RPRzLFhdOtdTgo9Ytk8u" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click Create:** After refining your prompt, click **Generate** to see the AI-powered transformation of your image.

<figure><img src="/files/u2KbWlN3R0rUAyrKRZZv" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.imagine.art/creative-suite/image-tools/edit-image/imagine-you.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
