Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: diffusers
|
5 |
+
license: other
|
6 |
+
license_name: flux-1-dev-non-commercial-license
|
7 |
+
license_link: LICENSE.md
|
8 |
+
base_model:
|
9 |
+
- black-forest-labs/FLUX.1-dev
|
10 |
+
---
|
11 |
+
|
12 |
+
This repository provides the int8 quantized AoT compiled binary of Flux.1-Dev.
|
13 |
+
|
14 |
+
Follow [this gist](https://gist.github.com/sayakpaul/de0eeeb6d08ba30a37dcf0bc9dacc5c5) for details on how it was obtained and how to perform inference.
|