black-forest-labs/flux-krea-dev 🔢🖼️📝✓❓ → 🖼️
About
An opinionated text-to-image model from Black Forest Labs in collaboration with Krea that excels in photorealism. Creates images that avoid the oversaturated "AI look".
Example Output
Prompt:
"a double exposure photo of a dimly lit close up emotional portrait and a dramatic and epic stormy seascape, the two images seamlessly merge into one"
Output
Performance Metrics
1.40s
Prediction Time
1.40s
Total Time
All Input Parameters
{
"prompt": "a double exposure photo of a dimly lit close up emotional portrait and a dramatic and epic stormy seascape, the two images seamlessly merge into one",
"go_fast": true,
"guidance": 3,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"output_quality": 95,
"prompt_strength": 0.8,
"num_inference_steps": 28
}
Input Parameters
- seed
- Random seed. Set for reproducible generation
- image
- Input image for image to image mode. The aspect ratio of your output will match this image
- prompt (required)
- Prompt for generated image
- go_fast
- 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
- Guidance for generated image
- megapixels
- Approximate number of megapixels for generated image
- num_outputs
- Number of outputs to generate
- aspect_ratio
- Aspect ratio for the generated image
- output_format
- Format of the output images
- output_quality
- 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
- Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image
- num_inference_steps
- Number of denoising steps. Recommended range is 28-50, and lower number of steps produce lower quality outputs, faster.
- disable_safety_checker
- Disable safety checker for generated images.
Output Schema
Output
Example Execution Logs
Using seed: 634136 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 20.92it/s] 100%|██████████| 28/28 [00:01<00:00, 24.88it/s] Generation took 1.29 seconds Total safe images: 1 out of 1
Version Details
- Version ID
9d7a7c510de5b6bab1b183a9ed61cee5416ea3b4ab0bd644047780c4ef115662- Version Created
- July 31, 2025