> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyCloudMageFlowTextToImageNode - ComfyUI Built-in Node Documentation

> This node generates an image from a text prompt by sending the request to the Mage-Flow text-to-image workflow in the Comfy Cloud.

This node generates an image from a text prompt by sending the request to the Mage-Flow text-to-image workflow in the Comfy Cloud. It runs the full 30-step generation pass rather than the faster distilled turbo pass, and it accepts a negative prompt so you can describe content you do not want in the final image. The negative prompt is supported in this 30-step mode; per the node summary, the distilled turbo variant cannot make good use of it.

## Inputs

| Parameter         | Description                                                                                                                                                                                                | Data Type | Required | Range          |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | -------------- |
| `prompt`          | The text description of the image to generate.                                                                                                                                                             | STRING    | Yes      | Free-form text |
| `negative_prompt` | Text describing content that should not appear in the generated image. This input is used during the standard 30-step generation pass, but the distilled turbo variant does not use negative prompts well. | STRING    | No       | Free-form text |

## Outputs

| Output Name | Description                                                            | Data Type |
| ----------- | ---------------------------------------------------------------------- | --------- |
| `image`     | The image generated from the provided text prompt and negative prompt. | IMAGE     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ComfyCloudMageFlowTextToImageNode/en.md)

***

**Source fingerprint (SHA-256):** `80f4ecf1df3f2c46d94138f8ada817e12cc49e69e69a001630776ed644868367`
