🐛 Bug Fixes
- Qwen Image Edit
mflux-save: Route Qwen edit model names toQwenImageEditand save through the same path as inference so VisionTransformer (encoder.visual) weights are written. Saving withQwenImagepreviously omitted those weights and led to random vision encoders after reload. - Battery saver callback: Harden Apple Silicon battery detection when
system_profileris missing and resolve the helper script via absolute paths.
📝 Documentation
- Related projects: Clarify that MindCraft Studio is a macOS app built on mflux.
🧰 DX & Maintenance
- Dependencies: Relax the
protobufupper bound to allow current 7.x releases while keeping a safe ceiling below 8.0.