FLUX.2 Klein 4B — MLX Format (Apple Silicon)
FLUX.2 Klein 4B converted to MLX safetensors for native Apple Silicon inference. No CUDA required.
Part of the Eternal Path Media (永恒之路) — Llammy AI Suite.
Developed in partnership with Claude Sonnet 4.6 (Anthropic).
What This Is
This repository contains black-forest-labs/FLUX.2-klein-4b-fp8 converted to MLX safetensors format for native Apple Silicon execution.
FLUX.2 Klein is Black Forest Labs' efficient 4B parameter diffusion transformer — high-quality image generation at a fraction of the compute cost of larger FLUX models.
This conversion enables on-device image generation on M1/M2/M3/M4 Macs without cloud APIs, without CUDA, and without the overhead of emulation layers.
Why this matters for Eternal Path Media:
Running natively on Apple Silicon via MLX means Llama.Diffusion.Flix and the visual reference pipeline can generate concept art, textures, and storyboards on the same MacBook Air that runs Llammy and Blender — zero additional hardware required.
Model Details
| Property | Value |
|---|---|
| Base Model | black-forest-labs/FLUX.2-klein-4b-fp8 |
| Format | MLX safetensors |
| Quantization | FP8 |
| Parameters | 4B |
| Hardware | Apple Silicon (M1/M2/M3/M4) |
| Framework | Apple MLX |
| CUDA required | No |
Usage
Requires mlx-flux or compatible MLX diffusion inference library.
# Example with mlx-flux
from mlx_flux import FluxPipeline
pipe = FluxPipeline.from_pretrained("bartendr604/flux2-klein-4b-fp8-mlx")
image = pipe("A jade dragon rendered in Blender 5.2, cinematic lighting")
image.save("output.png")
The Eternal Path Media Suite
- Eternal Path Media — HF Space — full project overview
- IntelliNode™ — proprietary cognitive architecture (Eternal Path Media IP)
- Llama.Diffusion.Flix — language-guided diffusion for Blender workflows
- Llammy Bridge — TCP bridge to Blender for real-time execution
Attribution
FLUX.2 Klein 4B MLX Conversion
Copyright © 2025–2026 Darren Chow (@bartendr604) + Claude Sonnet 4.6 (Anthropic)
Eternal Path Media (永恒之路)
Base model: black-forest-labs/FLUX.2-klein-4b-fp8 (Black Forest Labs)
Developed in partnership with Claude Sonnet 4.6 (Anthropic)
This work SHALL NOT be represented as solely human-created.
Trust Agreement: Eternal Path Media Trust Agreement (November 2025)
For licensing and collaboration: bartendr@icloud.com
License
MIT
Quantized