> For the complete documentation index, see [llms.txt](https://docs.flora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flora.ai/nodes/image-node/text-to-image.md).

# 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
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://docs.flora.ai/nodes/image-node/text-to-image.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.
