black_forest_labs_flux_dev
FLUX Dev — balanced quality and speed for image generation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Random seed. Set for reproducible generation | |
| image | No | Input image for image to image mode. The aspect ratio of your output will match this image | |
| prompt | Yes | Prompt for generated image | |
| go_fast | No | Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16. Note that outputs will not be deterministic when this is enabled, even if you set a seed. | |
| guidance | No | Guidance for generated image | |
| megapixels | No | Approximate number of megapixels for generated image | 1 |
| num_outputs | No | Number of outputs to generate | |
| aspect_ratio | No | Aspect ratio for the generated image | 1:1 |
| 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 | |
| prompt_strength | No | Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image | |
| num_inference_steps | No | Number of denoising steps. Recommended range is 28-50, and lower number of steps produce lower quality outputs, faster. | |
| disable_safety_checker | No | Disable safety checker for generated images. |