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
Generates images using Flux Pro 1.1 Ultra via API based on prompt and resolution. This node connects to an external service to create images according to your text description and specified dimensions.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the image generation (default: empty string)
prompt_upsamplingBOOLEANNo-Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation, but results are nondeterministic (same seed will not produce exactly the same result). (default: False)
seedINTNo0 to 18446744073709551615The random seed used for creating the noise. (default: 0)
aspect_ratioSTRINGNo-Aspect ratio of image; must be between 1:4 and 4:1. (default: “16:9”)
rawBOOLEANNo-When True, generate less processed, more natural-looking images. (default: False)
image_promptIMAGENo-Optional reference image to guide generation
image_prompt_strengthFLOATNo0.0 to 1.0Blend between the prompt and the image prompt. (default: 0.1)
Note: The aspect_ratio parameter must be between 1:4 and 4:1. When image_prompt is provided, image_prompt_strength becomes active and controls how much the reference image influences the final output.

Outputs

Output NameData TypeDescription
output_imageIMAGEThe generated image from Flux Pro 1.1 Ultra