Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- mlx
|
| 4 |
+
- mflux
|
| 5 |
+
- flux
|
| 6 |
+
- flux2
|
| 7 |
+
- image-generation
|
| 8 |
+
library_name: mflux
|
| 9 |
+
base_model: black-forest-labs/FLUX.2-klein-9B
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# FLUX.2 klein 9B (MLX 8-bit)
|
| 13 |
+
|
| 14 |
+
Pre-quantized **MLX** weights in the **mflux** format for faster local loading.
|
| 15 |
+
|
| 16 |
+
## Usage (mflux)
|
| 17 |
+
|
| 18 |
+
```sh
|
| 19 |
+
uv tool install --upgrade mflux
|
| 20 |
+
|
| 21 |
+
mflux-generate-flux2 --model AITRADER/FLUX2-klein-9B-mlx-8bit --base-model flux2-klein-9b --prompt "A puffin standing on a cliff" --width 1024 --height 1024 --steps 50 --guidance 3.5 \
|
| 22 |
+
--seed 42 --output image.png
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Notes
|
| 26 |
+
|
| 27 |
+
- This is **not** an official Black Forest Labs release; it is a convenience repackage for MLX.
|
| 28 |
+
- For the original model, see `black-forest-labs/FLUX.2-klein-9B`.
|