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 synchronously based on prompt and resolution. This node creates images using the Flux 1.1 Pro model by sending requests to an API endpoint and waiting for the complete response before returning the generated image.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the image generation (default: empty string)
prompt_upsamplingBOOLEANYes-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)
widthINTYes256-1440Image width in pixels (default: 1024, step: 32)
heightINTYes256-1440Image height in pixels (default: 768, step: 32)
seedINTYes0-18446744073709551615The random seed used for creating the noise. (default: 0)
image_promptIMAGENo-Optional reference image to guide the generation

Outputs

Output NameData TypeDescription
outputIMAGEThe generated image returned from the API