# Image prompt

[<mark style="background-color:orange;">**What is image prompt?**</mark>](#user-content-fn-1)[^1]

Image prompting is a technique used in AI image generation where an image is provided as an additional input to the text prompt. This image influences the composition, style, and colors of the output image. Both the text prompt and the image prompt act as conditioning factors, guiding the AI in generating an image that aligns with the desired visual elements and characteristics. By incorporating an image prompt, users can exert more control over the creative process and achieve specific artistic effects or styles in the generated images.

<mark style="background-color:orange;">**How it works**</mark>

We would like to create an image featuring a golden chair and a golden table. To begin, we select a model and input a text prompt.

<figure><img src="/files/4lnX87TfqODdFgzqFPNt" alt="" width="375"><figcaption></figcaption></figure>

Let's observe how it looks without an image prompt.

<figure><img src="/files/W1IXm3tAsSWbQgnVIcPE" alt="" width="256"><figcaption><p>a chair, a table in living room</p></figcaption></figure>

Next, we incorporate an image prompt into our generation process. We have discovered an image featuring gold that will serve as our prompt. In this instance, we only desire the gold color and texture, so we set the strength to 0.5 to prevent the AI from extracting the gold's shape.

<figure><img src="/files/txfcbocJvUk9aUCDsEk1" alt="" width="375"><figcaption></figcaption></figure>

Once more, we click the "Start drawing" button and see the final result. That's perfect.

<figure><img src="/files/L35lxsO6QXUfb38iToB2" alt="" width="256"><figcaption><p>a chair, a table in living room</p></figcaption></figure>

Read more about image prompt on&#x20;

{% content-ref url="/pages/xAfo7n5yT5ibObFFdPKQ" %}
[Consistent face](/image/image-prompt/consistent-face.md)
{% endcontent-ref %}

{% content-ref url="/pages/375lgr6Sv9qnwIUYM8g4" %}
[Consistent anime character](/image/image-prompt/consistent-anime-character.md)
{% endcontent-ref %}

{% content-ref url="/pages/YQK7m7qdzXZG8w6Wll12" %}
[Style](/image/image-prompt/style.md)
{% endcontent-ref %}

[^1]:


---

# 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.dreamerland.ai/image/image-prompt.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.
