Instructions to use litert-community/FLUX.2-klein-4B-LiteRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/FLUX.2-klein-4B-LiteRT with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Fix GPU name: Pixel 8a is Mali-G715 (Tensor G3), not Mali-G610
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: litert
|
|
| 16 |
Black Forest Labs **[FLUX.2 [klein] 4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)**
|
| 17 |
(Apache-2.0) converted to **LiteRT `CompiledModel`** int8 graphs and generating images
|
| 18 |
fully on a phone GPU. The upstream model card says klein "runs on consumer GPUs, with
|
| 19 |
-
as little as 13 GB VRAM". These graphs run it on a Pixel 8a's Mali-
|
| 20 |
dedicated VRAM at all.
|
| 21 |
|
| 22 |

|
|
|
|
| 16 |
Black Forest Labs **[FLUX.2 [klein] 4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)**
|
| 17 |
(Apache-2.0) converted to **LiteRT `CompiledModel`** int8 graphs and generating images
|
| 18 |
fully on a phone GPU. The upstream model card says klein "runs on consumer GPUs, with
|
| 19 |
+
as little as 13 GB VRAM". These graphs run it on a Pixel 8a's Mali-G715, which has no
|
| 20 |
dedicated VRAM at all.
|
| 21 |
|
| 22 |

|