
Node Function
This node connects to Luma AI’s text-to-image API, enabling users to generate images through detailed text prompts. Luma AI is known for its excellent realism and detail representation, particularly excelling at producing photorealistic content and artistic style images.Parameters
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | String | "" | Text prompt describing the content to generate |
| model | Select | - | Choose which generation model to use |
| aspect_ratio | Select | 16:9 | Set the output image’s aspect ratio |
| seed | Integer | 0 | Seed value to determine if the node should re-run, but actual results are independent of the seed |
| style_image_weight | Float | 1.0 | Style image weight, range 0.0-1.0, only applies when style_image is provided, higher means stronger style reference |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
| image_luma_ref | LUMA_REF | Luma reference node connection to influence generation with input images; up to 4 images |
| style_image | Image | Style reference image; only 1 image will be used |
| character_image | Image | Character reference images; can be a batch of multiple, up to 4 images |
Output
| Output | Type | Description |
|---|---|---|
| IMAGE | Image | Generated image result |
Usage Example
Luma Text to Image Usage Example
Detailed guide for Luma Text to Image workflow