Open-weight text-to-image model with advanced prompt adherence, anatomically accurate details, and powerful tools for inpainting, outpainting, and structural…
Use this file to discover all available pages before exploring further.
Try FLUX.1 [dev] in the Workbench
Run this model interactively, tune parameters, and compare outputs.
Model ID:flux-1-devblack-forest-labs/FLUX.1-dev is a 12 billion parameter image generation model (rectified flow transformer, guidance-distilled) designed for non-commercial, research, and personal use.It excels in generating high-quality, diverse images from text prompts, with strong prompt adherence and competitive performance on challenging details such as hands and faces. Its open weights and efficiency make it particularly valuable for researchers and developers who need transparency, adaptability, and the ability to fine-tune for specialized domains.Some other noteworthy features of black-forest-labs/FLUX.1-dev include advanced control tools—such as inpainting, outpainting, structural guidance (depth and edge conditioning), and image remixing—enabling precise editing and re-creation of both real and generated images for research and creative workflows.
Metric
Value
Parameter Count
12 billion
Mixture of Experts
No
Context Length
Unknown
Multilingual
No
Quantized*
No
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.
curl -X POST https://hub.oxen.ai/api/ai/images/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "flux-1-dev", "prompt": "A beautiful landscape painting of a serene lake with mountains in the background"}'
curl -X POST https://hub.oxen.ai/api/ai/images/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "flux-1-dev", "prompt": "A beautiful landscape painting of a serene lake with mountains in the background", "negative_prompt": " ", "aspect_ratio": "16:9", "image_size": "optimize_for_quality", "num_inference_steps": 30, "guidance": 3, "output_format": "webp", "output_quality": 80, "disable_safety_checker": false}'