# Text to Image

## Summary

Text to Image is a powerful tool for idea visualization. It empowers creators to visualize abstract ideas, experiment with styles, and communicate complex narratives visually.

Whether you’re concepting a new design, prototyping marketing materials, or crafting immersive worlds, Text to Image provides limitless possibilities for creative exploration and visual storytelling.

The Text to Image node generates an image based on text context. It uses Flux Dev as the default model.

{% hint style="info" %}
[Read more](/models/image-models.md) on the Text to Image models we offer.
{% endhint %}

You can interact with it in a number of ways:

* Type in a text prompt and hit generate to get an image
* Connect a text output into the node to populate the text prompt
* Use the prompt improver button to either generate a prompt from scratch (empty prompt field) or improve your current prompt (populated prompt field).

<figure><img src="/files/92UkV5cTCsBxxjAeshCK" 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.flora.ai/nodes/image-node/text-to-image.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.
