FLUX 1 Schnell is an open-weight text-to-image generation model from Black Forest Labs, distilled for few-step sampling to produce images in a small number of inference steps.
Prices updated daily. Last check: Sep 6, 2026
FLUX 1 Schnell suits workloads where image volume or responsiveness matters more than squeezing out maximum fidelity: rapid prompt exploration before committing a final render to a heavier model, chat assistants and apps that generate images inline while a user waits, thumbnail and social-post generation, concept sketching and moodboarding, and batch asset pipelines that produce many variants per prompt. Its open weights also make it a common choice for teams that need on-premise or air-gapped image generation, or that want to fine-tune and attach LoRAs to a FLUX-architecture base. Projects that need the highest possible detail for print or hero imagery generally reach for the non-distilled FLUX.1 variants instead and reserve Schnell for the iteration stage.
Image models are usually billed per generated image, and the rate varies by provider, output resolution, and whether you use a standard or quantized deployment. Self-hosting shifts the cost to GPU rental or owned hardware instead. Check the pricing table on this page for current per-provider rates.
High-volume or interactive image generation — prompt iteration, in-app or in-chat image creation, thumbnails, concept art, and batch variant generation — where low latency per image matters more than maximum fidelity.
Schnell is the step-distilled, speed-oriented member of the FLUX.1 family. It produces an image in a small number of inference steps, while the other FLUX.1 variants use full sampling and generally deliver more detail per image at higher compute cost per generation.
Yes. The weights are openly released and the model is supported by common open tooling such as Diffusers and ComfyUI. An FP8 quantized variant is also available from some providers, which reduces VRAM requirements relative to the full-precision checkpoint.
Only marginally. The model is distilled specifically for few-step sampling, so quality plateaus quickly as steps increase — unlike non-distilled diffusion models, where more steps typically keeps refining the image.
It is primarily a text-to-image generator. Some hosted providers and local pipelines expose additional modes by wrapping the model in extra pipeline components, so check the specific provider's API documentation for what it exposes.