This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubGenerates images synchronously based on prompt and aspect ratio. This node creates images using text descriptions and allows you to control the image dimensions and style through various reference inputs.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
prompt | STRING | Yes | - | Prompt for the image generation (default: empty string) |
model | COMBO | Yes | Multiple options available | Model selection for image generation |
aspect_ratio | COMBO | Yes | Multiple options available | Aspect ratio for the generated image (default: 16:9 ratio) |
seed | INT | Yes | 0 to 18446744073709551615 | Seed to determine if node should re-run; actual results are nondeterministic regardless of seed (default: 0) |
style_image_weight | FLOAT | No | 0.0 to 1.0 | Weight of style image. Ignored if no style_image provided (default: 1.0) |
image_luma_ref | LUMA_REF | No | - | Luma Reference node connection to influence generation with input images; up to 4 images can be considered |
style_image | IMAGE | No | - | Style reference image; only 1 image will be used |
character_image | IMAGE | No | - | Character reference images; can be a batch of multiple, up to 4 images can be considered |
- The
image_luma_refparameter can accept up to 4 reference images - The
character_imageparameter can accept up to 4 character reference images - The
style_imageparameter accepts only 1 style reference image - The
style_image_weightparameter is only used whenstyle_imageis provided
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | IMAGE | The generated image based on the input parameters |