Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Modifies images synchronously based on prompt and aspect ratio. This node takes an input image and transforms it according to the provided text prompt while maintaining the original image’s aspect ratio.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to be modified
promptSTRINGYes-Prompt for the image generation (default: "")
image_weightFLOATNo0.0-0.98Weight of the image; the closer to 1.0, the less the image will be modified (default: 0.1)
modelMODELYesMultiple options availableThe Luma model to use for image modification
seedINTNo0-18446744073709551615Seed to determine if node should re-run; actual results are nondeterministic regardless of seed (default: 0)

Outputs

Output NameData TypeDescription
imageIMAGEThe modified image generated by the Luma model