File size: 1,006 Bytes
9bffa04 747a18d 9bffa04 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
license: apache-2.0
tags:
- text-to-image
- image-generation
- flux
---
Mirror of https://huggingface.co/black-forest-labs/FLUX.1-schnell-onnx
commit 7ad1eace4e708f71d82902ce08389444134cdf0d
![FLUX.1 [schnell] Grid](./schnell_grid.jpeg)
`FLUX.1 [schnell]` is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions.
For more information, please read our [blog post](https://blackforestlabs.ai/announcing-black-forest-labs/).
This repository holds [ONNX](https://github.com/onnx/onnx) exports of FLUX.1 [schnell] in BF16, FP8, and FP4 precision.
The main repository of this model can be found [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell).
# Usage
We provide a reference implementation of `FLUX.1 [schnell]`, as well as sampling code, in a dedicated [github repository](https://github.com/black-forest-labs/flux).
Developers and creatives looking to build on top of `FLUX.1 [schnell]` are encouraged to use this as a starting point. |