> ## 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.

# ComfyCloudMageFlowTurboTextToImageNode - ComfyUI Built-in Node Documentation

> This Comfy Cloud node generates an image from a text prompt using the Mage-Flow Turbo workflow (mage-flow-turbo/text-to-image).

This Comfy Cloud node generates an image from a text prompt using the Mage-Flow Turbo workflow (`mage-flow-turbo/text-to-image`). It runs a distilled version of the Mage-Flow model that generates the image in 4 steps at a cfg value of 1, taking roughly one seventh of the GPU time of a full Mage-Flow pass, which makes it the variant intended for fast iteration.

## Inputs

The node class itself does not declare input widgets in the available source; its input schema is inherited from the shared base class `_ComfyCloudMageFlowNode`, whose definition is not included in the source snapshot. Based on the node summary and the text-to-image workflow name, the node takes a text prompt describing the image to generate.

| Parameter | Description                                                                                                                                                              | Data Type | Required | Range     |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | -------- | --------- |
| `prompt`  | The text prompt describing the image to generate. The exact parameter name is set by the inherited `_ComfyCloudMageFlowNode` base schema and may differ from this label. | STRING    | Yes      | Free text |

Note: Additional input parameters may exist in the inherited base node definition, which is not available in the provided source.

## Outputs

| Output Name | Description                               | Data Type |
| ----------- | ----------------------------------------- | --------- |
| `IMAGE`     | The image generated from the text 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/ComfyCloudMageFlowTurboTextToImageNode/en.md)

***

**Source fingerprint (SHA-256):** `8d867a0c906028597ef52c75f5c9a994fdc00211c7aae410ffca8204943f0c34`
