black_forest_labs_flux_pro
FLUX 1.1 Pro — highest quality photorealistic image generation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Random seed. Set for reproducible generation | |
| width | No | Width of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes. | |
| height | No | Height of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes. | |
| prompt | Yes | Text prompt for image generation | |
| aspect_ratio | No | Aspect ratio for the generated image | 1:1 |
| image_prompt | No | Image to use with Flux Redux. This is used together with the text prompt to guide the generation towards the composition of the image_prompt. Must be jpeg, png, gif, or webp. | |
| output_format | No | Format of the output images. | webp |
| output_quality | No | Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs | |
| safety_tolerance | No | Safety tolerance, 1 is most strict and 6 is most permissive | |
| prompt_upsampling | No | Automatically modify the prompt for more creative generation |