#35 · Primary category: Image Generation

mflux

ai apple-silicon diffusers fibo flux huggingface ml mlx qwen qwen-image seedvr2 transformers z-image

Apple MLX native implementations of state-of-the-art generative image & video models

Project last updated:08/29/26

GitHub Stars

2.3K

Forks

173

Contributors

42

License

MIT

Why we included this project

On a Mac with Apple silicon, MFLUX runs current generative image models locally instead of routing every prompt through a paid cloud API. It ports Z-Image, FLUX.2, Ideogram 4, Qwen Image, and SeedVR2 into Apple's MLX framework, so they execute natively without a GPU cluster. The code is deliberately minimal and explicit, which makes it a good place to see how these diffusion transformers actually work. A CLI and Python API cover text-to-image, image-to-image, in-context editing, depth conditioning, and upscaling, and quantization with LoRA fine-tuning lets you customize the output. That makes it a practical fit for creative iteration and prototyping on Apple hardware, without assembling a separate Python diffusion stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category