Text-to-Image
Diffusers
Safetensors
English
Flux2KleinPipeline
flux2_klein
image-editing
diffusion
quantized
quantfunc
flux
Instructions to use QuantFunc/Klein-9B-Series with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use QuantFunc/Klein-9B-Series with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("QuantFunc/Klein-9B-Series", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: license & attribution compliance
Browse files
README.md
CHANGED
|
@@ -4,8 +4,6 @@ pipeline_tag: text-to-image
|
|
| 4 |
base_model:
|
| 5 |
- black-forest-labs/FLUX.2-klein-9B
|
| 6 |
base_model_relation: quantized
|
| 7 |
-
license: other
|
| 8 |
-
license_name: quantfunc-model-license
|
| 9 |
tags:
|
| 10 |
- text-to-image
|
| 11 |
- image-editing
|
|
@@ -15,8 +13,29 @@ tags:
|
|
| 15 |
- flux
|
| 16 |
language:
|
| 17 |
- en
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# QuantFunc
|
| 21 |
|
| 22 |
<div align="center" style="margin-top: 50px;">
|
|
|
|
| 4 |
base_model:
|
| 5 |
- black-forest-labs/FLUX.2-klein-9B
|
| 6 |
base_model_relation: quantized
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- text-to-image
|
| 9 |
- image-editing
|
|
|
|
| 13 |
- flux
|
| 14 |
language:
|
| 15 |
- en
|
| 16 |
+
license: other
|
| 17 |
+
license_name: flux-non-commercial-license
|
| 18 |
+
license_link: LICENSE
|
| 19 |
---
|
| 20 |
|
| 21 |
+
<!-- QF-LICENSE-BLOCK:START -->
|
| 22 |
+
## ⚠️ License — Non-Commercial Use Only
|
| 23 |
+
|
| 24 |
+
These are **quantized derivative weights** of [`black-forest-labs/FLUX.2-klein-9B`](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B) (**FLUX.2 [klein] 9B**), which is
|
| 25 |
+
licensed under the **FLUX Non-Commercial License v2.1** by Black Forest Labs.
|
| 26 |
+
|
| 27 |
+
> This FLUX Model is licensed by Black Forest Labs Inc. under the FLUX Non-Commercial License.
|
| 28 |
+
|
| 29 |
+
- **Non-commercial use only.** These weights may **not** be used for any commercial or
|
| 30 |
+
revenue-generating purpose. Commercial use requires a separate license from Black Forest
|
| 31 |
+
Labs — see https://bfl.ai/licensing .
|
| 32 |
+
- **Full license:** included as [`LICENSE`](./LICENSE) (FLUX Non-Commercial License v2.1).
|
| 33 |
+
- **Modifications:** quantized from FLUX.2 [klein] 9B by the QuantFunc inference engine.
|
| 34 |
+
- This is **not** an official Black Forest Labs product and is not endorsed by BFL.
|
| 35 |
+
|
| 36 |
+
> **Disclaimer:** Derived from FLUX.2 [klein] by Black Forest Labs. This is **not an official Black Forest Labs product** and is not endorsed by or affiliated with BFL. "FLUX" is a trademark of Black Forest Labs.
|
| 37 |
+
<!-- QF-LICENSE-BLOCK:END -->
|
| 38 |
+
|
| 39 |
# QuantFunc
|
| 40 |
|
| 41 |
<div align="center" style="margin-top: 50px;">
|