You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Added
fluxflow[mlx]: Native Apple Silicon inference via MLX — no PyTorch required. pip install fluxflow[mlx] then from fluxflow.mlx import FluxFlowPipelineMLX.
Includes .safetensors → .npz weight converter (original never modified), MLX re-implementations of all core layers (Bezier activations, SPADE, FiLM, VAE decoder), and an mlx_forward bridge for gradient-free hybrid MPS+MLX routing.